this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Package camlgpc.1.2

+21
+21
packages/camlgpc/camlgpc.1.2/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@coherentgraphics.co.uk" 3 + authors: ["John Whitington" "Alan Murta"] 4 + homepage: "https://github.com/johnwhitington/camlgpc" 5 + bug-reports: "https://github.com/johnwhitington/camlgpc/issues" 6 + dev-repo: "git://github.com/johnwhitington/camlgpc" 7 + license: "MIT" 8 + build: [[make]] 9 + install: [[make "install"]] 10 + remove: [["ocamlfind" "remove" "camlgpc"]] 11 + depends: ["ocaml" "ocamlfind"] 12 + synopsis: "Interface to Alan Murta's General Polygon Clipper" 13 + flags: light-uninstall 14 + url { 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 + }