this repo has no description

Package camlgpc.1.2

Changed files
+21
packages
camlgpc
camlgpc.1.2
+21
packages/camlgpc/camlgpc.1.2/opam
···
···
+
opam-version: "2.0"
+
maintainer: "contact@coherentgraphics.co.uk"
+
authors: ["John Whitington" "Alan Murta"]
+
homepage: "https://github.com/johnwhitington/camlgpc"
+
bug-reports: "https://github.com/johnwhitington/camlgpc/issues"
+
dev-repo: "git://github.com/johnwhitington/camlgpc"
+
license: "MIT"
+
build: [[make]]
+
install: [[make "install"]]
+
remove: [["ocamlfind" "remove" "camlgpc"]]
+
depends: ["ocaml" "ocamlfind"]
+
synopsis: "Interface to Alan Murta's General Polygon Clipper"
+
flags: light-uninstall
+
url {
+
src:
+
"https://github.com/johnwhitington/camlgpc/archive/refs/tags/v1.2.tar.gz"
+
checksum: [
+
"md5=2fc4c702c7377441919341e3ffb4201d"
+
"sha512=3c7bead4fdc0ca067c8fb8367d8a1e2176a51aa4140646d1e355411c05e47b87b8a6fb589f7abd7afd60fa9e2f533b4a09ec0b54d76296bf23e5bf8051d52781"
+
]
+
}