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 "ocaml" {>= "4.08"} 13 "ladspa" {>= "0.2.1"} 14 "conf-dssi" 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/savonet/ocaml-dssi.git" 32url { 33 src: "https://github.com/savonet/ocaml-dssi/archive/v0.1.5.tar.gz" 34 checksum: [ 35 "md5=8d3713b79a9cf1324e190e7fe0d8facf" 36 "sha512=ab5b0e0b870adb7e2f4019e1659c4fa35b0832a77bcabca516799e61c4305e4daf50b3cf2b2b67aba751ca23299060688988945920469fb3c2420197c6b02c77" 37 ] 38}