File: dune-project

package info (click to toggle)
ocaml-theora 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 188 kB
  • sloc: ansic: 553; ml: 447; makefile: 8
file content (20 lines) | stat: -rw-r--r-- 435 bytes parent folder | download
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.4.0)
(name theora)
(source (github savonet/ocaml-theora))
(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 theora)
 (synopsis "Bindings to libtheora")
 (depends
  conf-libtheora
  conf-pkg-config
  (dune (>= 2.0))
  dune-configurator
  (ogg (>= 0.7.0)))
)