File: dune-project

package info (click to toggle)
ocaml-bjack 0.1.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: ansic: 1,639; ml: 228; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(lang dune 2.0)
(version 0.1.6)
(name bjack)
(source (github savonet/ocaml-bjack))
(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)

(package
 (name bjack)
 (synopsis "Bindings for the Jack library which provides functions for linking audio programs")
 (depends
  (dune (>= 2.0))
  dune-configurator
  conf-bjack)
)