File: dune-project

package info (click to toggle)
ocaml-opus 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: ansic: 728; ml: 661; makefile: 8
file content (23 lines) | stat: -rw-r--r-- 487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(lang dune 2.8)
(version 0.2.2)
(name opus)
(source (github savonet/ocaml-opus))
(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)
(use_standard_c_and_cxx_flags false)

(package
 (name opus)
 (synopsis "Bindings to libopus")
 (depends
  conf-libogg
  conf-libopus
  conf-pkg-config
  (ocaml (>= 4.08.0))
  dune
  dune-configurator
  (ogg (>= 0.7.1)))
)