this repo has no description

Merge pull request #23497 from jhwoodyatt/user/jhwoodyatt/release-conjury-2.2

Release Conjury 2.2.

Kate d71c6f21 b982d0ea

Changed files
+25 -1
packages
conjury
conjury.2.1
conjury.2.2
+1 -1
packages/conjury/conjury.2.1/opam
···
bug-reports: "https://bitbucket.org/jhw/conjury/issues"
depends: [
"base-unix"
-
"ocaml" { >= "4.08"}
+
"ocaml" { >= "4.08" & < "5.0"}
"ocamlfind" { >= "1.7.3"}
"omake" { = "0.10.3"}
"ounit2" { with-test >= "2.2"}
+24
packages/conjury/conjury.2.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Conjury library for OMake"
+
maintainer: "james woodyatt <jhw@conjury.org>"
+
authors: "james woodyatt <jhw@conjury.org>"
+
license: "BSD-2-Clause"
+
tags: "org:conjury.org"
+
homepage: "https://bitbucket.org/jhw/conjury/"
+
bug-reports: "https://bitbucket.org/jhw/conjury/issues"
+
depends: [
+
"ocaml" {with-test & >= "4.08"}
+
"ocamlfind" {with-test & >= "1.7.3"}
+
"omake" {>= "0.10.3"}
+
"ounit2" {with-test & >= "2.2"}
+
]
+
build: [
+
["omake" "--dotomake.omake" "--force-dotomake" "--configure" "build"]
+
["omake" "--dotomake.omake" "--force-dotomake" "test"] {with-test & ocaml:native}
+
]
+
install: ["omake" "--dotomake.omake" "--force-dotomake" "install"]
+
dev-repo: "git+https://bitbucket.org/jhw/conjury"
+
url {
+
src: "https://bitbucket.org/jhw/conjury/get/r2.2.tar.gz"
+
checksum: "sha512=451ea82d03e5fe92b9676b1462c49a20743764a3a9d8c57763ca2706c447439f5d3ef32ae28f90319ac953b4abbc997cbd05ef9a41cd5954dd8bfb919ff3c571"
+
}