File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
packages/camlgpc/camlgpc.1.2 Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 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+ }
You can’t perform that action at this time.
0 commit comments