Skip to content

Commit 21e7a31

Browse files
Package camlgpc.1.1
1 parent 451b1e5 commit 21e7a31

File tree

1 file changed

+21
-0
lines changed
  • packages/camlgpc/camlgpc.1.1

1 file changed

+21
-0
lines changed

packages/camlgpc/camlgpc.1.1/opam

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
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+
}

0 commit comments

Comments
 (0)