this repo has no description
1opam-version: "2.0" 2synopsis: "Interface for Ogg Bitstream Library, otherwise known as libogg" 3maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 4authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 5license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" 6homepage: "https://github.com/savonet/ocaml-ogg" 7bug-reports: "https://github.com/savonet/ocaml-ogg/issues" 8depends: [ 9 "dune" {> "2.0"} 10 "dune-configurator" 11] 12build: [ 13 ["dune" "subst"] {dev} 14 [ 15 "dune" 16 "build" 17 "-p" 18 name 19 "-j" 20 jobs 21 "@install" 22 "@runtest" {with-test} 23 "@doc" {with-doc} 24 ] 25] 26conflicts: [ 27 "ocaml" { >= "4.14" } 28] 29dev-repo: "git+https://github.com/savonet/ocaml-ogg.git" 30depexts: [ 31 ["libogg-dev"] {os-distribution = "alpine"} 32 ["libogg"] {os-distribution = "arch"} 33 ["libogg-dev"] {os-family = "debian"} 34 ["libogg-devel"] {os-distribution = "centos"} 35 ["libogg-devel"] {os-distribution = "fedora"} 36 ["libogg-devel"] {os-family = "suse" | os-family = "opensuse"} 37 ["libogg"] {os-distribution = "nixos"} 38 ["libogg"] {os = "macos" & os-distribution = "homebrew"} 39] 40url { 41 src: "https://github.com/savonet/ocaml-ogg/archive/v0.6.0.tar.gz" 42 checksum: [ 43 "md5=f12d85200fc4ca49b153b2c3f957e039" 44 "sha512=8b444c459de3ef4a52a372a4226e0396018fb020061e0d9c854601419eb222a852ae4e4902fa1710e6a986e7158f00c42170ca977dbc6dfafdc9e03504a8cf54" 45 ] 46}