# This file is generated by dune, edit dune-project instead 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" depends: [ "ocaml" {>= "4.03"} "dune" {>= "2.7"} "dune-configurator" "conf-pkg-config" "ctypes" {>= "0.13.0"} "ctypes-foreign" "conf-libmpg123" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mbacarella/mpg123.git" url { src: "https://github.com/mbacarella/mpg123/archive/0.3.tar.gz" checksum: [ "md5=a79b90c89ddbd8fc8c39142b3d5f4dde" "sha512=1f92f7a001552e279f146eb14340b747eb18f6dd7ee5f66f93eab37f6dd9e3f3298475085232395404ca1ed9b8a3c94796e6d67884c18d6684010f897c3f8b42" ] }