Skip to content

Commit beee1be

Browse files
authored
Merge pull request ocaml#27282 from johnwhitington/opam-publish-camlgpc.1.2
Package camlgpc.1.2
2 parents 7846cd9 + 82d2d5c commit beee1be

File tree

1 file changed

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

1 file changed

+21
-0
lines changed

packages/camlgpc/camlgpc.1.2/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: "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+
}

0 commit comments

Comments
 (0)