this repo has no description

Package camlgpc.1.1

Changed files
+21
packages
camlgpc
camlgpc.1.1
+21
packages/camlgpc/camlgpc.1.1/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@coherentgraphics.co.uk"
+
authors: ["John Whitington" "Alan Murta"]
+
homepage: "http://github.com/johnwhitington/camlgpc"
+
bug-reports: "http://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.1.tar.gz"
+
checksum: [
+
"md5=cfd2f3f56eb6c87234c95649bf78c5be"
+
"sha512=b675029c6f45788fd92061ae6f0b55c67e8bea0feaffb2298c2db36545949e686a0562ea8ff30dbe055280ab281c9cad6a6a84604c2d90d31eb10d907965cbd1"
+
]
+
}