this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "MP3 decoding library" 4description: "OCaml bindings to libmpg123" 5maintainer: ["Michael Bacarella <m@bacarella.com>"] 6authors: ["Michael Bacarella <m@bacarella.com>"] 7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8homepage: "https://github.com/mbacarella/mpg123" 9bug-reports: "https://github.com/mbacarella/mpg123/issues" 10depends: [ 11 "ocaml" {>= "4.03"} 12 "dune" {>= "2.0"} 13 "dune-configurator" 14 "conf-pkg-config" 15 "ctypes" {> "0.13.0"} 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] 33dev-repo: "git+https://github.com/mbacarella/mpg123.git" 34url { 35 src: "https://github.com/mbacarella/mpg123/archive/0.2.tar.gz" 36 checksum: [ 37 "md5=b82b7ba83b8ff035a986a7ccdca12a05" 38 "sha512=5e59547eb5c896e1a4468a1699c5568be95a2060340cb4fda0f688b0488910a6c560b222d21100e06475aed1c235a7e9548b1d633c80775ba61dd07ab59c2d2c" 39 ] 40}