this repo has no description
1opam-version: "2.0" 2synopsis: "MP3 decoding library" 3description: "OCaml bindings to libmpg123" 4maintainer: ["Michael Bacarella <m@bacarella.com>"] 5authors: ["Michael Bacarella <m@bacarella.com>"] 6license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 7homepage: "https://github.com/mbacarella/mpg123" 8bug-reports: "https://github.com/mbacarella/mpg123/issues" 9dev-repo: "git+https://github.com/mbacarella/mpg123.git" 10depends: [ 11 "ocaml" {>= "4.03"} 12 "dune" {>= "2.0"} 13 "dune-configurator" 14 "conf-pkg-config" 15 "ctypes" 16 "ctypes-foreign" 17 "conf-libmpg123" 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33url { 34 src: "https://github.com/mbacarella/mpg123/archive/0.1.tar.gz" 35 checksum: [ 36 "md5=8c5a96f8769597a4f077fec5224dbce9" 37 "sha512=2f79d1f5e1e62a5d19f095de2fb80b61d1803b4c917bf937a7d889f0871e8d563324e1cdffb0633f8cfdd67293e39e7f6b5336f9a786955ae10c71666b582518" 38 ] 39}