Skip to content

Commit 4369028

Browse files
committed
Release: conjury = 2.2
1 parent f6590e5 commit 4369028

File tree

2 files changed

+25
-1
lines changed
  • packages/conjury

2 files changed

+25
-1
lines changed

packages/conjury/conjury.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage: "https://bitbucket.org/jhw/conjury/"
88
bug-reports: "https://bitbucket.org/jhw/conjury/issues"
99
depends: [
1010
"base-unix"
11-
"ocaml" { >= "4.08"}
11+
"ocaml" { >= "4.08" & < "5.0"}
1212
"ocamlfind" { >= "1.7.3"}
1313
"omake" { = "0.10.3"}
1414
"ounit2" { with-test >= "2.2"}

packages/conjury/conjury.2.2/opam

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
opam-version: "2.0"
2+
synopsis: "Conjury library for OMake"
3+
maintainer: "james woodyatt <[email protected]>"
4+
authors: "james woodyatt <[email protected]>"
5+
license: "BSD-2-Clause"
6+
tags: "org:conjury.org"
7+
homepage: "https://bitbucket.org/jhw/conjury/"
8+
bug-reports: "https://bitbucket.org/jhw/conjury/issues"
9+
depends: [
10+
"ocaml" {with-test & native >= "4.08"}
11+
"ocamlfind" {with-test & native & >= "1.7.3"}
12+
"omake" {>= "0.10.3"}
13+
"ounit2" {with-test >= "2.2"}
14+
]
15+
build: [
16+
["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
17+
["omake" "--dotomake.omake" "--force-dotomake" "test"] {with-test & native}
18+
]
19+
install: ["omake" "--dotomake.omake" "--force-dotomake" "install"]
20+
dev-repo: "git+https://bitbucket.org/jhw/conjury"
21+
url {
22+
src: "https://bitbucket.org/jhw/conjury/get/r2.2.tar.gz"
23+
checksum: "sha512=451ea82d03e5fe92b9676b1462c49a20743764a3a9d8c57763ca2706c447439f5d3ef32ae28f90319ac953b4abbc997cbd05ef9a41cd5954dd8bfb919ff3c571"
24+
}

0 commit comments

Comments
 (0)