this repo has no description

Package ladspa.0.2.1

Changed files
+36
packages
ladspa
ladspa.0.2.1
+36
packages/ladspa/ladspa.0.2.1/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings for the LADSPA API which provides audio effects"
+
maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
+
license: "LGPL-2.1"
+
homepage: "https://github.com/savonet/ocaml-ladspa"
+
bug-reports: "https://github.com/savonet/ocaml-ladspa/issues"
+
depends: [
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"conf-ladspa"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/savonet/ocaml-ladspa.git"
+
url {
+
src: "https://github.com/savonet/ocaml-ladspa/archive/v0.2.1.tar.gz"
+
checksum: [
+
"md5=417359fb2be3468a0a1d9616f8433a80"
+
"sha512=a4a3bb365127ef067030c0a0aee05b04d4696f1644873bdec86533e51d5f97a07ff3e624b57d20239439fb84804076ea082d6fc364e39bb35e862a4ae0b25c49"
+
]
+
}