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 "dune" {>= "2.8"} 13 "dune-configurator" 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30conflicts: [ 31 "ocaml" { >= "4.14" } 32] 33dev-repo: "git+https://github.com/savonet/ocaml-ogg.git" 34url { 35 src: "https://github.com/savonet/ocaml-ogg/archive/v0.7.1.tar.gz" 36 checksum: [ 37 "md5=3d5d40f96fe752f427759fbd405956b1" 38 "sha512=000e4be93c13f6a62dfd1b32d603e61641edae471111393692d5fdfcb7f7610062ad53456e44614c05688179077731e7144337d6efceb855351f1a50c69e3a30" 39 ] 40}