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