File: control

package info (click to toggle)
libebml 0.7.7-3.1%2Bdeb6u1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze-lts
  • size: 520 kB
  • ctags: 714
  • sloc: cpp: 3,448; ansic: 256; makefile: 223
file content (35 lines) | stat: -rw-r--r-- 1,348 bytes parent folder | download | duplicates (2)
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.