this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings to libogg" 4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 6license: "GPL-2.0" 7homepage: "https://github.com/savonet/ocaml-ogg" 8bug-reports: "https://github.com/savonet/ocaml-ogg/issues" 9depends: [ 10 "conf-libogg" 11 "conf-pkg-config" 12 "ocaml" {>= "4.08.0"} 13 "dune" {>= "2.8"} 14 "dune-configurator" 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/savonet/ocaml-ogg.git" 32url { 33 src: "https://github.com/savonet/ocaml-ogg/archive/v0.7.3.tar.gz" 34 checksum: [ 35 "md5=a1c40e81b9b41c7116e4eff5522e6d24" 36 "sha512=22aadae69b5b4600f8714f1bbab55b1ed3a4e629952943b85c656078653aed314add8e95f0905fa93954eb886453e51f418dbf8fad627aec953ecbd0224fd49e" 37 ] 38}