Source: ocaml-flac
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-buildinfo,
               ocaml-nox (>= 4.03),
               dh-ocaml,
               libflac-dev,
               ocaml-findlib (>= 1.2.4),
               pkg-config,
               libogg-ocaml-dev (>= 0.4.5)
Standards-Version: 4.5.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}, 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.
