this repo has no description
1opam-version: "2.0" 2synopsis: "Bindings for the LADSPA API which provides audio effects" 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-ladspa" 7bug-reports: "https://github.com/savonet/ocaml-ladspa/issues" 8depends: [ 9 "base-bigarray" 10 "dune" {>= "2.0"} 11 "dune-configurator" 12 "conf-ladspa" 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-ladspa.git" 29url { 30 src: "https://github.com/savonet/ocaml-ladspa/archive/v0.2.0.tar.gz" 31 checksum: [ 32 "md5=3b5aaa67f910c8783d7879b3ff5490c7" 33 "sha512=d01c731b852d864c3d843e1e5b4e9b5a6b39a0b56252e45c8bb5ee196d2843b6c4f86382e4b537ac550ea4c46d729b3080dcb2b1305f6bec1ecfac204c781948" 34 ] 35}