Import padevchooser version 0.9.3.
[pkgsrc.git] / audio / libspiff / DESCR
1 LibSpiff  brings  XSPF playlist  reading and  writing support  to your  C++
2 application. Both version 0 and 1  are supported. libSpiff uses Expat  for
3 XML parsing  and  CppTest  for  unit testing.  libSpiff  is  the  official
4 reference implementation for XSPF of the [9]Xiph.Org Foundation.
5
6 Features
7
8      * Full conformance to the XSPF specification
9      * Cross-platform (Unix, Windows, Mac OS X, ...)
10      * Read and write XSPF files
11      * XSPF-0 and XSPF-1 support
12      * Unicode support
13      * Full support for XSPF extensions
14      * Full support for XML namespaces
15      * Fast (XML parsing is done by Expat)
16      * Uses unit testing
17      * Liberal license: [10]New BSD license