this repo has no description

Merge pull request #21981 from toots/opam-publish-ogg.0.7.3

Package ogg.0.7.3

Kate 0a52d76d e5979cb9

Changed files
+38
packages
ogg
ogg.0.7.3
+38
packages/ogg/ogg.0.7.3/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings to libogg"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "GPL-2.0"
+
homepage: "https://github.com/savonet/ocaml-ogg"
+
bug-reports: "https://github.com/savonet/ocaml-ogg/issues"
+
depends: [
+
"conf-libogg"
+
"conf-pkg-config"
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-ogg.git"
+
url {
+
src: "https://github.com/savonet/ocaml-ogg/archive/v0.7.3.tar.gz"
+
checksum: [
+
"md5=a1c40e81b9b41c7116e4eff5522e6d24"
+
"sha512=22aadae69b5b4600f8714f1bbab55b1ed3a4e629952943b85c656078653aed314add8e95f0905fa93954eb886453e51f418dbf8fad627aec953ecbd0224fd49e"
+
]
+
}