Source: ocaml-flac Section: ocaml Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Kyle Robbertze Build-Depends: debhelper-compat (= 13), dh-ocaml, ocaml-dune, ocaml-nox, libflac-dev, ocaml-findlib, libogg-ocaml-dev (>= 0.7.0), libdune-ocaml-dev Standards-Version: 4.6.0 Homepage: https://github.com/savonet/ocaml-flac Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-flac.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-flac Rules-Requires-Root: no Package: libflac-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the flac library -- runtime files This package provides an interface to the flac library for OCaml programmers. . FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless. . This package contains only the shared runtime stub libraries. Package: libflac-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, libflac-dev, libogg-ocaml-dev, libflac-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends} Provides: ${ocaml:Provides} Description: OCaml interface to the flac library -- development files This package provides an interface to the flac library for OCaml programmers. . FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC is similar to MP3, but lossless. . This package contains all the development stuff you need to develop OCaml programs which use ocaml-flac.