File: dune-project

package info (click to toggle)
gd4o 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,220 kB
  • sloc: xml: 1,618; ml: 1,408; ansic: 743; makefile: 75
file content (20 lines) | stat: -rw-r--r-- 427 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.8)
(version 1.1)
(name gd)
(source (github savonet/ocaml-gd))
(license LGPL-2.1)
(authors "The Savonet Team <savonet-users@lists.sourceforge.net>")
(maintainers "Romain Beauxis <toots@rastageeks.org>")

(generate_opam_files true)
(use_standard_c_and_cxx_flags false)

(package
 (name gd)
 (synopsis "OCaml interface to the GD graphics library.")
 (depends
  conf-gd
  conf-pkg-config
  dune
  dune-configurator)
)