Skip to content

Commit 3db09e9

Browse files
authored
Merge pull request #27269 from johnwhitington/opam-publish-camlgpc.1.1
Package camlgpc.1.1
2 parents fa60a1c + 434a000 commit 3db09e9

File tree

1 file changed

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

1 file changed

+22
-0
lines changed

packages/camlgpc/camlgpc.1.1/opam

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
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+
}

0 commit comments

Comments
 (0)