this repo has no description
1opam-version: "2.0"
2maintainer: "Romain Beauxis <toots@rastageeks.org>"
3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>"
4homepage: "https://github.com/savonet/ocaml-ogg"
5build: [
6 ["./configure" "--prefix" prefix]
7 [make]
8]
9install: [
10 [make "install"]
11]
12remove: ["ocamlfind" "remove" "ogg"]
13depends: [
14 "ocaml" {>= "4.02"}
15 "ocamlfind"
16 "conf-pkg-config" {build}
17]
18depexts: [
19 ["libogg-dev"] {os-distribution = "alpine"}
20 ["libogg"] {os-distribution = "arch"}
21 ["libogg-dev"] {os-family = "debian"}
22 ["libogg-devel"] {os-distribution = "centos"}
23 ["libogg-devel"] {os-distribution = "fedora"}
24 ["libogg-devel"] {os-family = "suse" | os-family = "opensuse"}
25 ["libogg"] {os-distribution = "nixos"}
26 ["libogg"] {os = "macos" & os-distribution = "homebrew"}
27]
28bug-reports: "https://github.com/savonet/ocaml-ogg/issues"
29dev-repo: "git+https://github.com/savonet/ocaml-ogg.git"
30synopsis: "Interface for Ogg Bitstream Library, otherwise known as libogg"
31flags: light-uninstall
32url {
33 src:
34 "https://github.com/savonet/ocaml-ogg/releases/download/0.5.2/ocaml-ogg-0.5.2.tar.gz"
35 checksum: [
36 "sha256=f1131edc928628cb242185d15ef79faac5edf00c6ab19cc3af4b71d779661d98"
37 "md5=2f678dccf861a72213fc1a33904d88ee"
38 ]
39}