this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Beauxis <toots@rastageeks.org>" 3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4homepage: "https://github.com/savonet/ocaml-ogg" 5bug-reports: "https://github.com/savonet/ocaml-ogg/issues" 6synopsis: "Bindings to libogg" 7depends: [ 8 "ocaml" 9 "ocamlfind" {build} 10 "conf-pkg-config" 11 "conf-libogg" 12] 13build: [ 14 ["./bootstrap"] {dev} 15 ["./configure" "--prefix" prefix] 16 [make "clean"] {dev} 17 [make] 18] 19install: [make "install"] 20dev-repo: "git+https://github.com/savonet/ocaml-ogg.git" 21url { 22 src: 23 "https://github.com/savonet/ocaml-ogg/releases/download/v0.6.1/ocaml-ogg-0.6.1.tar.gz" 24 checksum: [ 25 "md5=4e08372bc5d0693a7ab2289e789e812d" 26 "sha512=e4edb0f8b595d1e7997f2a639dfff0767eb7d0f8df914e421ebbf7ac6fd5dfa607de3e73c3708745749241341735926d3566490134a97179e992f1ad9aa24af2" 27 ] 28}