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
|
Source: ocaml-ogg
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <krobbertze@gmail.com>,
Samuel Mimram <smimram@debian.org>,
Romain Beauxis <toots@rastageeks.org>
Build-Depends: cdbs (>= 0.4.85~),
debhelper (>= 10),
dh-buildinfo,
ocaml-nox,
dh-ocaml (>= 0.9),
libogg-dev,
ocaml-findlib (>= 1.2.4),
pkg-config
Standards-Version: 4.1.4
Homepage: http://savonet.sourceforge.net/
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-ogg
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-ogg
Package: libogg-ocaml
Architecture: any
Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml bindings for the Ogg bitstream library
Libogg is a library for manipulating ogg bitstreams. It handles
both making ogg bitstreams and getting packets from ogg bitstreams.
.
This package contains only the shared runtime stub libraries.
Package: libogg-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends}, libogg-dev, libogg-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml bindings for the Ogg bitstream library
Libogg is a library for manipulating ogg bitstreams. It handles
both making ogg bitstreams and getting packets from ogg bitstreams.
.
This package contains all the development stuff you need to develop
OCaml programs which use ogg.
|