Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-ao
Commits:
-
3487de0b
by Stephane Glondu at 2023-08-12T08:31:34+02:00
1 changed file:
Changes:
| 1 | -Source: ocaml-ao
|
|
| 2 | -Section: ocaml
|
|
| 3 | -Priority: optional
|
|
| 4 | -Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
|
|
| 5 | -Uploaders: Samuel Mimram <smimram@debian.org>, Romain Beauxis <toots@rastageeks.org>
|
|
| 6 | -Build-Depends: @cdbs@, libao-dev, ocaml-findlib (>= 1.2.4), pkg-config
|
|
| 7 | -Standards-Version: 3.8.4
|
|
| 8 | -Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-ao.git
|
|
| 9 | -Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-ao.git
|
|
| 10 | - |
|
| 11 | -Package: libao-ocaml
|
|
| 12 | -Architecture: any
|
|
| 13 | -Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
|
|
| 14 | -Provides: ${ocaml:Provides}
|
|
| 15 | -Description: OCaml bindings for libao -- runtime files
|
|
| 16 | - OCaml bindings for the cross platform audio output library.
|
|
| 17 | - .
|
|
| 18 | - Libao is a cross-platform audio library that allows programs to output audio
|
|
| 19 | - using a simple API on a wide variety of platforms.
|
|
| 20 | - .
|
|
| 21 | - This package contains only the shared runtime stub libraries.
|
|
| 22 | - |
|
| 23 | -Package: libao-ocaml-dev
|
|
| 24 | -Architecture: any
|
|
| 25 | -Depends: ${ocaml:Depends}, libao-dev, libao-ocaml (= ${binary:Version}),
|
|
| 26 | - ocaml-findlib, ${misc:Depends}
|
|
| 27 | -Provides: ${ocaml:Provides}
|
|
| 28 | -Description: OCaml bindings for libao -- development files
|
|
| 29 | - OCaml bindings for the cross platform audio output library.
|
|
| 30 | - .
|
|
| 31 | - Libao is a cross-platform audio library that allows programs to output audio
|
|
| 32 | - using a simple API on a wide variety of platforms.
|
|
| 33 | - .
|
|
| 34 | - This package contains all the development stuff you need to use ocaml-ao
|
|
| 35 | - in your programs. |