File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments