Skip to content

Commit 0a52d76

Browse files
authored
Merge pull request #21981 from toots/opam-publish-ogg.0.7.3
Package ogg.0.7.3
2 parents e5979cb + 41d2834 commit 0a52d76

File tree

1 file changed

+38
-0
lines changed
  • packages/ogg/ogg.0.7.3

1 file changed

+38
-0
lines changed

packages/ogg/ogg.0.7.3/opam

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings to libogg"
4+
maintainer: ["The Savonet Team <[email protected]>"]
5+
authors: ["The Savonet Team <[email protected]>"]
6+
license: "GPL-2.0"
7+
homepage: "https://github.com/savonet/ocaml-ogg"
8+
bug-reports: "https://github.com/savonet/ocaml-ogg/issues"
9+
depends: [
10+
"conf-libogg"
11+
"conf-pkg-config"
12+
"ocaml" {>= "4.08.0"}
13+
"dune" {>= "2.8"}
14+
"dune-configurator"
15+
"odoc" {with-doc}
16+
]
17+
build: [
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+
]
31+
dev-repo: "git+https://github.com/savonet/ocaml-ogg.git"
32+
url {
33+
src: "https://github.com/savonet/ocaml-ogg/archive/v0.7.3.tar.gz"
34+
checksum: [
35+
"md5=a1c40e81b9b41c7116e4eff5522e6d24"
36+
"sha512=22aadae69b5b4600f8714f1bbab55b1ed3a4e629952943b85c656078653aed314add8e95f0905fa93954eb886453e51f418dbf8fad627aec953ecbd0224fd49e"
37+
]
38+
}

0 commit comments

Comments
 (0)