this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bindings for the DSSI API which provides audio synthesizers"
4maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
6license: "LGPL-2.1"
7homepage: "https://github.com/savonet/ocaml-dssi"
8bug-reports: "https://github.com/savonet/ocaml-dssi/issues"
9depends: [
10 "dune" {>= "2.8"}
11 "dune-configurator"
12 "ladspa" {>= "0.2.0"}
13 "conf-dssi"
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/savonet/ocaml-dssi.git"
31url {
32 src: "https://github.com/savonet/ocaml-dssi/archive/v0.1.4.tar.gz"
33 checksum: [
34 "md5=c6ecee5bda0ca70291db1f457d16e79d"
35 "sha512=fbd7914fab6746086ee14b23edb76fc93264faf1bc78dd81d1f663bff20ab13f2f1b06ff1d9c80ee2526ec7f77887d34587d55f1ec4e564120e73214abfb01ef"
36 ]
37}