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" & < "4.14"} 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.2.tar.gz" 34 checksum: [ 35 "md5=35a7f07333beb6f90fc45816072725d1" 36 "sha512=92c7bef22ef17e129aef273dd53e122115f27a640b486b1a201c99005c435757669f3a363d05c8d79d4c28b2ac6833ae8c3891e57593de74a9535f6adc7f6f0e" 37 ] 38}