this repo has no description
1opam-version: "2.0" 2synopsis: "MP3 encoding library" 3description: 4 "Bindings for the lame library which provides functions for encoding mp3 files" 5maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 7license: "GPL-2.0-only" 8homepage: "https://github.com/savonet/ocaml-lame" 9bug-reports: "https://github.com/savonet/ocaml-lame/issues" 10depends: [ 11 "dune" {> "2.0"} 12 "dune-configurator" 13] 14build: [ 15 ["dune" "subst"] {dev} 16 [ 17 "dune" 18 "build" 19 "-p" 20 name 21 "-j" 22 jobs 23 "@install" 24 "@runtest" {with-test} 25 "@doc" {with-doc} 26 ] 27] 28dev-repo: "git+https://github.com/savonet/ocaml-lame.git" 29depexts: [ 30 ["lame-dev"] {os-distribution = "alpine"} 31 ["lame-devel"] {os-distribution = "centos"} 32 ["lame-devel"] {os-distribution = "fedora"} 33 ["lame-devel"] {os-family = "suse" | os-family = "opensuse"} 34 ["libmp3lame-dev"] {os-family = "debian"} 35 ["lame"] {os = "macos" & os-distribution = "homebrew"} 36 ["lame"] {os = "freebsd"} 37] 38url { 39 src: "https://github.com/savonet/ocaml-lame/archive/v0.3.4.tar.gz" 40 checksum: [ 41 "md5=4313552dcb92f02a8a8ceeb4ee0dbbdc" 42 "sha512=d4737a8e4395bea5d361cc739a9a13aeb41f69b9dfc8e508e3e5b0249ae998fc38a809c7700b0ad95a7bdfb029d3b6c8bede3043e2709336f37c4450f2cda6cc" 43 ] 44}