File: dune-project

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

(generate_opam_files true)

(package
 (name alsa)
 (synopsis "Bindings for the ALSA library which provides functions for using soundcards")
 (depends
  (ocaml (>= 4.02.0))
  (dune (> 2.0))
  dune-configurator)
 (conflicts
  (liquidsoap (< 1.5.0)))
)