this repo has no description
at main 1.0 kB view raw
1opam-version: "2.0" 2maintainer: "smimram@gmail.com" 3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4homepage: "https://github.com/savonet" 5build: [ 6 ["./configure" "--prefix" prefix] 7 [make] 8] 9install: [ 10 [make "install"] 11] 12remove: ["ocamlfind" "remove" "ao"] 13depends: ["ocaml" "ocamlfind" "conf-pkg-config" {build}] 14depexts: [ 15 ["libao-devel"] {os-distribution = "centos"} 16 ["libao-devel"] {os-distribution = "fedora"} 17 ["libao-devel"] {os-family = "suse" | os-family = "opensuse"} 18 ["libao"] {os = "macos" & os-distribution = "homebrew"} 19 ["libao-dev"] {os-family = "debian"} 20 ["libao"] {os = "freebsd"} 21 ["libao-dev"] {os-distribution = "alpine"} 22] 23synopsis: 24 "Bindings for the AO library which provides high-level functions for using soundcards" 25flags: light-uninstall 26url { 27 src: 28 "https://github.com/savonet/ocaml-ao/releases/download/0.2.1/ocaml-ao-0.2.1.tar.gz" 29 checksum: [ 30 "sha256=442e094a7071f466b1ce3999d7c669f63bf481fd6ce6a74dae2d7b7b0da719ce" 31 "md5=7f763e8c47e8369274ee400c640532d4" 32 ] 33}