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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: libcmml
Section: net
Priority: optional
Maintainer: Jamie Wilkinson <jaq@debian.org>
Build-Depends: debhelper (>> 4.0.0), libexpat1-dev, doxygen, docbook-to-man
Standards-Version: 3.6.1.0
Package: libcmml0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Continuous Media Markup Language document handler
This library provides a simple API for reading files marked up with the
Continuous Media Markup Language (CMML), and returns structures containing
this informationint a format which can be used by applications reading
annotated and indexed media streams.
Package: libcmml0-dev
Section: libdevel
Architecture: any
Depends: libcmml0 (= ${Source-Version}), libc6-dev, libexpat1-dev
Provides: libcmml-dev
Description: Continuous Media Markup Language document handler (development files)
This library provides a simple API for reading files marked up with the
Continuous Media Markup Language (CMML), and returns structures containing
this informationint a format which can be used by applications reading
annotated and indexed media streams.
.
This package contains the header files and static libraries required for
developing applications that use CMML.
Package: cmml-tools
Section: utils
Architecture: any
Depends: libcmml0 (= ${Source-Version})
Recommends: fortune-mod
Description: Continuous Media Markup Language document handling tools
This package contains tools that can be used to work with Continuous Media
Markup Language documents.
Package: libcmml0-dbg
Section: libdevel
Architecture: any
Depends: libcmml0 (= ${Source-Version})
Description: Continuous Media Markup Language debugging information
This library provides a simple API for reading files marked up with the
Continuous Media Markup Language (CMML), and returns structures containing
this informationint a format which can be used by applications reading
annotated and indexed media streams.
.
This package contains debugging symbols useful for tracing bugs in the libcmml0
package.
|