this repo has no description

Merge pull request #16986 from smimram/opam-publish-alsa.0.3.0

Package alsa.0.3.0

Kate 5b1d0c2d 96de5c71

Changed files
+46
packages
alsa
alsa.0.3.0
+46
packages/alsa/alsa.0.3.0/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Bindings for the ALSA library which provides functions for using soundcards"
+
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-alsa"
+
bug-reports: "https://github.com/savonet/ocaml-alsa/issues"
+
depends: [
+
"ocaml" {>= "4.02.0"}
+
"dune" {> "2.0"}
+
"dune-configurator"
+
]
+
conflicts: [
+
"liquidsoap" {<= "1.4.2"}
+
]
+
build: [
+
["dune" "subst"] {pinned}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-alsa.git"
+
depexts: [
+
["alsa-lib-dev"] {os-distribution = "alpine"}
+
["alsa-lib-devel"] {os-distribution = "centos"}
+
["alsa-lib-devel"] {os-distribution = "fedora"}
+
["alsa-lib-devel"] {os-family = "suse"}
+
["libasound2-dev"] {os-family = "debian"}
+
]
+
available: [os = "linux"]
+
url {
+
src: "https://github.com/savonet/ocaml-alsa/archive/0.3.0.tar.gz"
+
checksum: [
+
"md5=abe2eed424387f316e09d90886c3dde1"
+
"sha512=2ea42175e97dd8bc1db2f0f890c3f969493c71ba231ffd254501975ffa027aea037e29d2ecbeebcba4d161b2a50e02ba91d968449f2b3c9b6c4fe7c2adb78b35"
+
]
+
}