this repo has no description
1opam-version: "2.0"
2maintainer: "contact@coherentgraphics.co.uk"
3authors: ["John Whitington" "Alan Murta"]
4homepage: "https://github.com/johnwhitington/camlgpc"
5bug-reports: "https://github.com/johnwhitington/camlgpc/issues"
6dev-repo: "git://github.com/johnwhitington/camlgpc"
7license: "MIT"
8build: [[make]]
9install: [[make "install"]]
10remove: [["ocamlfind" "remove" "camlgpc"]]
11depends: ["ocaml" "ocamlfind"]
12synopsis: "Interface to Alan Murta's General Polygon Clipper"
13flags: light-uninstall
14url {
15 src:
16 "https://github.com/johnwhitington/camlgpc/archive/refs/tags/v1.2.tar.gz"
17 checksum: [
18 "md5=2fc4c702c7377441919341e3ffb4201d"
19 "sha512=3c7bead4fdc0ca067c8fb8367d8a1e2176a51aa4140646d1e355411c05e47b87b8a6fb589f7abd7afd60fa9e2f533b4a09ec0b54d76296bf23e5bf8051d52781"
20 ]
21}