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: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 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/refs/tags/v0.7.4.tar.gz" 34 checksum: [ 35 "md5=7cb60505d06bf0fc78f76a6fb6eba860" 36 "sha512=5f23ee730d234a89e9b402e83fd2185f65b4cb9612b3f0f15f267baf43f45c28fe9273a57fc8d7d3882fb7817ad628b3f3c847cfe989594190b9e5150a9ab3a2" 37 ] 38}