this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Bindings for the LADSPA API which provides audio effects" 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-ladspa" 8bug-reports: "https://github.com/savonet/ocaml-ladspa/issues" 9depends: [ 10 "dune" {>= "2.8"} 11 "dune-configurator" 12 "ocaml" {>= "4.08"} 13 "conf-ladspa" 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-ladspa.git" 31url { 32 src: "https://github.com/savonet/ocaml-ladspa/archive/v0.2.2.tar.gz" 33 checksum: [ 34 "md5=5291471956b80ce84609ea2ee299d00d" 35 "sha512=57e0c0d3809f4027ffac33289f451f8948d407283fd494e413d98ccac889e0423dfbcd6b09c5f633a60e5ff5f609b622841ad40b8dbb3a674137c3edcd0be290" 36 ] 37}