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