this repo has no description

Package dssi.0.1.5

Changed files
+38
packages
dssi
dssi.0.1.5
+38
packages/dssi/dssi.0.1.5/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"
+
"ocaml" {>= "4.08"}
+
"ladspa" {>= "0.2.1"}
+
"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.5.tar.gz"
+
checksum: [
+
"md5=8d3713b79a9cf1324e190e7fe0d8facf"
+
"sha512=ab5b0e0b870adb7e2f4019e1659c4fa35b0832a77bcabca516799e61c4305e4daf50b3cf2b2b67aba751ca23299060688988945920469fb3c2420197c6b02c77"
+
]
+
}