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.2.tar.gz" 35 checksum: [ 36 "md5=0427562b719e3ba1eba9b56f5210a575" 37 "sha512=e574ca06fa6cba059b7d29f354d010f5fade6c0287f0a254f28f96e4ed1514ac3acdcc65431ee0a9b9228b48dfc4dec5f86e0d2a7a39f54acca73626122ec854" 38 ] 39}