File: dune-project

package info (click to toggle)
ocaml-taglib 0.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: ml: 479; cpp: 451; makefile: 8
file content (21 lines) | stat: -rw-r--r-- 611 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
(lang dune 2.8)
(version 0.3.10)
(name taglib)
(source (github savonet/ocaml-taglib))
(license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception")
(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 taglib)
 (synopsis "Bindings for the taglib library")
 (description "Bindings for the taglib library which provides functions for reading tags in headers of audio files")
 (depends
  dune
  (ocaml (>= 4.07))
  conf-taglib
  dune-configurator)
)