Codebase list ocaml-mad / 5d50a14
Remove obsolete debian/control.in Stephane Glondu 8 months ago
1 changed file(s) with 0 addition(s) and 50 deletion(s). Raw diff Collapse all Expand all
+0
-50
debian/control.in less more
0 Source: ocaml-mad
1 Section: ocaml
2 Priority: optional
3 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
4 Uploaders:
5 Romain Beauxis <toots@rastageeks.org>,
6 Mehdi Dogguy <mehdi@debian.org>,
7 Samuel Mimram <smimram@debian.org>
8 Build-Depends: @cdbs@,
9 libmad0-dev,
10 ocaml-findlib,
11 pkg-config
12 Standards-Version: 3.9.2
13 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-mad.git
14 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-mad.git
15
16 Package: libmad-ocaml
17 Architecture: any
18 Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
19 Provides: ${ocaml:Provides}
20 Description: OCaml bindings for the MAD library (Runtime library)
21 This OCaml library interfaces the MAD C library to decode MPEG files.
22 The MAD library currently only supports the MPEG 1 standard, but fully
23 implements all three audio layers (Layer I, Layer II, and Layer III, the
24 latter often colloquially known as MP3.)
25 .
26 MAD has the following special features:
27 - 100% fixed-point (integer) computation
28 - completely new implementation based on the ISO/IEC 11172-3 standard
29 - distributed under the terms of the GNU General Public License (GPL)
30 .
31 This package contains only the shared runtime stub libraries.
32
33 Package: libmad-ocaml-dev
34 Architecture: any
35 Depends: ${ocaml:Depends}, libmad0-dev, libmad-ocaml (= ${binary:Version}), ${misc:Depends}
36 Provides: ${ocaml:Provides}
37 Description: OCaml bindings for the MAD library (Development package)
38 This OCaml library interfaces the MAD C library to decode MPEG files.
39 The MAD library currently only supports the MPEG 1 standard, but fully
40 implements all three audio layers (Layer I, Layer II, and Layer III, the
41 latter often colloquially known as MP3.)
42 .
43 MAD has the following special features:
44 - 100% fixed-point (integer) computation
45 - completely new implementation based on the ISO/IEC 11172-3 standard
46 - distributed under the terms of the GNU General Public License (GPL)
47 .
48 This package contains all the development stuff you need to use ocaml-mad
49 in your programs.