this repo has no description

Package dssi.0.1.4

Changed files
+37
packages
dssi
dssi.0.1.4
+37
packages/dssi/dssi.0.1.4/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings for the DSSI API which provides audio synthesizers"
+
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-dssi"
+
bug-reports: "https://github.com/savonet/ocaml-dssi/issues"
+
depends: [
+
"dune" {>= "2.8"}
+
"dune-configurator"
+
"ladspa" {>= "0.2.0"}
+
"conf-dssi"
+
"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-dssi.git"
+
url {
+
src: "https://github.com/savonet/ocaml-dssi/archive/v0.1.4.tar.gz"
+
checksum: [
+
"md5=c6ecee5bda0ca70291db1f457d16e79d"
+
"sha512=fbd7914fab6746086ee14b23edb76fc93264faf1bc78dd81d1f663bff20ab13f2f1b06ff1d9c80ee2526ec7f77887d34587d55f1ec4e564120e73214abfb01ef"
+
]
+
}