opam-version: "2.0" synopsis: "MP3 decoding library" description: "OCaml bindings to libmpg123" maintainer: ["Michael Bacarella "] authors: ["Michael Bacarella "] license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/mbacarella/mpg123" bug-reports: "https://github.com/mbacarella/mpg123/issues" dev-repo: "git+https://github.com/mbacarella/mpg123.git" depends: [ "ocaml" {>= "4.03"} "dune" {>= "2.0"} "dune-configurator" "conf-pkg-config" "ctypes" "ctypes-foreign" "conf-libmpg123" ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] url { src: "https://github.com/mbacarella/mpg123/archive/0.1.tar.gz" checksum: [ "md5=8c5a96f8769597a4f077fec5224dbce9" "sha512=2f79d1f5e1e62a5d19f095de2fb80b61d1803b4c917bf937a7d889f0871e8d563324e1cdffb0633f8cfdd67293e39e7f6b5336f9a786955ae10c71666b582518" ] }