this repo has no description
1opam-version: "2.0" 2synopsis: "Bindings to libogg" 3maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 4authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5license: "GPL-2.0-only" 6homepage: "https://github.com/savonet/ocaml-ogg" 7bug-reports: "https://github.com/savonet/ocaml-ogg/issues" 8depends: [ 9 "conf-libogg" 10 "conf-pkg-config" 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] 28conflicts: [ 29 "ocaml" { >= "4.14" } 30] 31dev-repo: "git+https://github.com/savonet/ocaml-ogg.git" 32url { 33 src: "https://github.com/savonet/ocaml-ogg/archive/v0.7.0.tar.gz" 34 checksum: [ 35 "md5=6d35ab74a722239995ab82f78a57693f" 36 "sha512=fdf7a474ed8fa3748f46d5b8e07fdd2d0a11774a7b48b02276f105c188db30fe6278f5858947259b9a468489c53addb272bfc9c17816b7a9e0848e12793aa623" 37 ] 38}