File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
packages/camlgpc/camlgpc.1.1 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: "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
+ 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.1.tar.gz"
17
+ checksum: [
18
+ "md5=cfd2f3f56eb6c87234c95649bf78c5be"
19
+ "sha512=b675029c6f45788fd92061ae6f0b55c67e8bea0feaffb2298c2db36545949e686a0562ea8ff30dbe055280ab281c9cad6a6a84604c2d90d31eb10d907965cbd1"
20
+ ]
21
+ }
You can’t perform that action at this time.
0 commit comments