this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OCaml interface to the GD graphics library."
4maintainer: ["Romain Beauxis <toots@rastageeks.org>"]
5authors: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
6license: "LGPL-2.1-only"
7homepage: "https://github.com/savonet/ocaml-gd"
8bug-reports: "https://github.com/savonet/ocaml-gd/issues"
9depends: [
10 "conf-gd"
11 "conf-pkg-config"
12 "dune" {>= "2.8"}
13 "dune-configurator"
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/savonet/ocaml-gd.git"
31url {
32 src: "https://github.com/savonet/ocaml-gd/archive/refs/tags/v1.1.tar.gz"
33 checksum: [
34 "md5=44a85ad07dce82f2ae17804a780b3b53"
35 "sha512=b1afa86174812f7ef0b3139fbb893ce4f328556f44293582ad83c10df8774c954801ba1f50f8d6526bc137f7fc13b97dd021174cb1c8f3ae645a93e050fe5c17"
36 ]
37}