File: dune-project

package info (click to toggle)
ocaml-ladspa 0.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: ansic: 418; ml: 255; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
(lang dune 2.8)
(version 0.2.2)
(name ladspa)
(source (github savonet/ocaml-ladspa))
(license LGPL-2.1)
(authors "The Savonet Team <savonet-users@lists.sourceforge.net>")
(maintainers "The Savonet Team <savonet-users@lists.sourceforge.net>")

(generate_opam_files true)
(use_standard_c_and_cxx_flags false)

(package
 (name ladspa)
 (synopsis "Bindings for the LADSPA API which provides audio effects")
 (depends
  dune
  dune-configurator
  (ocaml (>= 4.08))
  conf-ladspa)
)