this repo has no description

[new release] junit (3 packages) (2.1.0)

CHANGES:

- add skipped attribute to testsuite (Khady/ocaml-junit#10)
- fix skipped support for alcotest (Khady/ocaml-junit#10)
- depend on ounit2

Changed files
+94
packages
junit
junit.2.1.0
junit_alcotest
junit_alcotest.2.1.0
junit_ounit
junit_ounit.2.1.0
+32
packages/junit/junit.2.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Louis Roché <louis@louisroche.net>"
+
authors: "Louis Roché <louis@louisroche.net>"
+
homepage: "https://github.com/Khady/ocaml-junit"
+
bug-reports: "https://github.com/Khady/ocaml-junit/issues"
+
license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
+
dev-repo: "git+https://github.com/Khady/ocaml-junit.git"
+
doc: "https://khady.github.io/ocaml-junit/"
+
tags: ["junit" "jenkins"]
+
depends: [
+
"dune" {>= "1.0"}
+
"ptime"
+
"tyxml" {>= "4.0.0"}
+
"odoc" {with-doc & >= "1.1.1"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "-p" name "-j" jobs] {with-doc}
+
]
+
synopsis: "JUnit XML reports generation library"
+
description: "JUnit XML reports generation library"
+
url {
+
src:
+
"https://github.com/Khady/ocaml-junit/releases/download/2.1.0/junit-2.1.0.tbz"
+
checksum: [
+
"sha256=04d0bdfb7cda4d8d5242bb6c8222972937ef9976f7784f909a39d702df1f48ec"
+
"sha512=0a00ea9e37354b13f4c8e0c746ce175f3177d622008c5ac7cc9c4efc3e4567a3fad9afe03476b748409ad94c1ac34def5811cee4aa46ef6c48b1d65e9b8b6a0e"
+
]
+
}
+
x-commit-hash: "166190e389769183c5eaf46def9a7d5de93cd13f"
+31
packages/junit_alcotest/junit_alcotest.2.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Louis Roché <louis@louisroche.net>"
+
authors: ["Louis Roché <louis@louisroche.net>"]
+
homepage: "https://github.com/Khady/ocaml-junit"
+
bug-reports: "https://github.com/Khady/ocaml-junit/issues"
+
license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
+
dev-repo: "git+https://github.com/Khady/ocaml-junit.git"
+
doc: "https://khady.github.io/ocaml-junit/"
+
tags: ["junit" "jenkins" "alcotest"]
+
depends: [
+
"dune" {>= "1.0"}
+
"odoc" {with-doc & >= "1.1.1"}
+
"alcotest"
+
"junit" {= version}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "-p" name "-j" jobs] {with-doc}
+
]
+
synopsis: "JUnit XML reports generation for alcotest tests"
+
description: "JUnit XML reports generation for alcotest tests"
+
url {
+
src:
+
"https://github.com/Khady/ocaml-junit/releases/download/2.1.0/junit-2.1.0.tbz"
+
checksum: [
+
"sha256=04d0bdfb7cda4d8d5242bb6c8222972937ef9976f7784f909a39d702df1f48ec"
+
"sha512=0a00ea9e37354b13f4c8e0c746ce175f3177d622008c5ac7cc9c4efc3e4567a3fad9afe03476b748409ad94c1ac34def5811cee4aa46ef6c48b1d65e9b8b6a0e"
+
]
+
}
+
x-commit-hash: "166190e389769183c5eaf46def9a7d5de93cd13f"
+31
packages/junit_ounit/junit_ounit.2.1.0/opam
···
+
opam-version: "2.0"
+
maintainer: "Louis Roché <louis@louisroche.net>"
+
authors: ["Louis Roché <louis@louisroche.net>" "Simon Cruanes <simon.cruanes.2007@m4x.org>"]
+
homepage: "https://github.com/Khady/ocaml-junit"
+
bug-reports: "https://github.com/Khady/ocaml-junit/issues"
+
license: "LGPL-3.0-or-later WITH OCaml-LGPL-linking-exception"
+
dev-repo: "git+https://github.com/Khady/ocaml-junit.git"
+
doc: "https://khady.github.io/ocaml-junit/"
+
tags: ["junit" "jenkins" "ounit"]
+
depends: [
+
"dune" {>= "1.0"}
+
"odoc" {with-doc & >= "1.1.1"}
+
"ounit2"
+
"junit" {= version}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "build" "-p" name "-j" jobs] {with-doc}
+
]
+
synopsis: "JUnit XML reports generation for OUnit tests"
+
description: "JUnit XML reports generation for OUnit tests"
+
url {
+
src:
+
"https://github.com/Khady/ocaml-junit/releases/download/2.1.0/junit-2.1.0.tbz"
+
checksum: [
+
"sha256=04d0bdfb7cda4d8d5242bb6c8222972937ef9976f7784f909a39d702df1f48ec"
+
"sha512=0a00ea9e37354b13f4c8e0c746ce175f3177d622008c5ac7cc9c4efc3e4567a3fad9afe03476b748409ad94c1ac34def5811cee4aa46ef6c48b1d65e9b8b6a0e"
+
]
+
}
+
x-commit-hash: "166190e389769183c5eaf46def9a7d5de93cd13f"