File: dune-project

package info (click to toggle)
ocaml-shine 0.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: ansic: 156; ml: 144; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 523 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
21
(lang dune 2.8)
(version 0.2.3)
(name shine)
(source (github savonet/ocaml-shine))
(license GPL-2.0)
(authors "Romain Beauxis <toots@rastageeks.org>")
(maintainers "The Savonet Team <savonet-users@lists.sourceforge.net>")

(generate_opam_files true)
(use_standard_c_and_cxx_flags false)

(package
 (name shine)
 (synopsis "Fixed-point MP3 encoder")
 (description "shine is a super fast mp3 encoding library implemented in fixed-point arithmetic.")
 (depends
  (ocaml (>= 4.03.0))
  dune
  conf-shine
  dune-configurator)
)