this repo has no description
1opam-version: "2.0" 2maintainer: "smimram@gmail.com" 3build: [ 4 ["./configure" "--prefix" prefix] 5 [make] 6] 7remove: [["ocamlfind" "remove" "lame"]] 8depends: ["ocaml" "ocamlfind"] 9depexts: [ 10 ["libmp3lame-dev"] {os-family = "debian"} 11] 12install: [make "install"] 13synopsis: 14 "Bindings for the lame library which provides functions for encoding mp3 files" 15flags: light-uninstall 16url { 17 src: 18 "http://downloads.sourceforge.net/project/savonet/ocaml-lame/0.3.1/ocaml-lame-0.3.1.tar.gz" 19 checksum: [ 20 "sha256=538f5c29fd13d327566591517d1885067a747db7296670d55de3a4ed24a9d5d9" 21 "md5=070d913c6e565b568da1bc491f232a8a" 22 ] 23}