this repo has no description
0
fork

Configure Feed

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

Merge pull request #27269 from johnwhitington/opam-publish-camlgpc.1.1

Package camlgpc.1.1

authored by

Marcello Seri and committed by
GitHub
3db09e98 fa60a1c9

+22
+22
packages/camlgpc/camlgpc.1.1/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@coherentgraphics.co.uk" 3 + authors: ["John Whitington" "Alan Murta"] 4 + homepage: "http://github.com/johnwhitington/camlgpc" 5 + bug-reports: "http://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 + conflicts: [ "ocaml-option-bytecode-only" ] 13 + synopsis: "Interface to Alan Murta's General Polygon Clipper" 14 + flags: light-uninstall 15 + url { 16 + src: 17 + "https://github.com/johnwhitington/camlgpc/archive/refs/tags/v1.1.tar.gz" 18 + checksum: [ 19 + "md5=cfd2f3f56eb6c87234c95649bf78c5be" 20 + "sha512=b675029c6f45788fd92061ae6f0b55c67e8bea0feaffb2298c2db36545949e686a0562ea8ff30dbe055280ab281c9cad6a6a84604c2d90d31eb10d907965cbd1" 21 + ] 22 + }