# 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.0"} "dune-configurator" "conf-pkg-config" "ctypes" {> "0.13.0"} "ctypes-foreign" "conf-libmpg123" ] 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.2.tar.gz" checksum: [ "md5=b82b7ba83b8ff035a986a7ccdca12a05" "sha512=5e59547eb5c896e1a4468a1699c5568be95a2060340cb4fda0f688b0488910a6c560b222d21100e06475aed1c235a7e9548b1d633c80775ba61dd07ab59c2d2c" ] }