1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: libebml
Section: devel
Priority: optional
Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Build-Depends: debhelper (>= 5.0), quilt
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/pkg-multimedia/unstable/libebml
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libebml/
Package: libebml0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: access library for the EBML format
The libebml library allows to read and write files using EBML (the
Extensible Binary Meta Language), a binary pendant to XML. Using libebml
makes it easier to extend a file format without breaking support in
older parsers.
.
This package contains the shared library needed to run applications that
use libebml.
Package: libebml-dev
Section: libdevel
Architecture: any
Depends: libebml0, ${shlibs:Depends}
Description: access library for the EBML format
The libebml library allows to read and write files using EBML (the
Extensible Binary Meta Language), a binary pendant to XML. Using libebml
makes it easier to extend a file format without breaking support in
older parsers.
.
This package contains the header files and static libraries needed to
compile applications that use libebml.
|