this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Mad decoding library" 4description: 5 "Bindings for the mad library which provides functions for encoding wave audio files into mp3" 6maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 7authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 8license: "GPL-2.0" 9homepage: "https://github.com/savonet/ocaml-mad" 10bug-reports: "https://github.com/savonet/ocaml-mad/issues" 11depends: [ 12 "conf-pkg-config" {build} 13 "conf-mad" {build} 14 "dune" {>= "2.8"} 15 "dune-configurator" 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/savonet/ocaml-mad.git" 33url { 34 src: "https://github.com/savonet/ocaml-mad/archive/v0.5.1.tar.gz" 35 checksum: [ 36 "md5=69502979987b17bf3ab5382331cd22d9" 37 "sha512=98893912c62f37ff30a84ce9f06426781bdc22781eb7971be7ec32f46ed5a8b33b2474fc3c2dfb1afcacee9be7391fb7347a5be25b473b67abb994a66faca6d8" 38 ] 39}