File: control

package info (click to toggle)
ocaml-mm 0.6.0.1~really0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,356 kB
  • sloc: ml: 4,700; sh: 3,262; ansic: 2,733; makefile: 419
file content (61 lines) | stat: -rw-r--r-- 2,176 bytes parent folder | download
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
54
55
56
57
58
59
60
61
Source: ocaml-mm
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>,
           Samuel Mimram <smimram@debian.org>,
           Romain Beauxis <toots@rastageeks.org>
Build-Depends: debhelper (>= 11),
               debhelper-compat (= 13),
               dh-buildinfo,
               dh-ocaml (>= 0.9),
               libalsa-ocaml-dev,
               libao-ocaml-dev,
               libgstreamer-ocaml-dev,
               libmad-ocaml-dev,
               libogg-ocaml-dev,
               libpulse-ocaml-dev,
               libsdl-ocaml-dev,
               libtheora-ocaml-dev,
               ocaml-findlib (>= 1.2.4),
               ocaml-nox (>= 4.08),
               ocamlbuild
Standards-Version: 4.5.0
Homepage: https://github.com/savonet/ocaml-mm
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-mm.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-mm
Rules-Requires-Root: no

Package: libmm-ocaml
Architecture: any
Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
Provides: ${ocaml:Provides}
Description: OCaml multimedia library -- runtime files
 OCaml-mm is a toolkit for audio and video processing
 in OCaml. It provides a standard interface and various
 usual manipulations on audio data, images and video data.
 .
 This package contains only the shared runtime stub libraries.

Package: libmm-ocaml-dev
Architecture: any
Depends: libalsa-ocaml-dev,
         libao-ocaml-dev,
         libgstreamer-ocaml-dev,
         libmad-ocaml-dev,
         libmm-ocaml (= ${binary:Version}),
         libogg-ocaml-dev,
         libpulse-ocaml-dev,
         libsdl-ocaml-dev,
         libtheora-ocaml-dev,
         ocaml-findlib,
         ${misc:Depends},
         ${ocaml:Depends}
Provides: ${ocaml:Provides}
Description: OCaml multimedia library -- development files
 OCaml-mm is a toolkit for audio and video processing
 in OCaml. It provides a standard interface and various
 usual manipulations on audio data, images and video data.
 .
 This package contains all the development stuff you need to develop
 OCaml programs which use ocaml-mm.