File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
packages/camlgpc/camlgpc.1.1 Expand file tree Collapse file tree 1 file changed +22
-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
+ 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
+ }
You can’t perform that action at this time.
0 commit comments