Skip to content

Commit

Permalink
Merge pull request #27170 from Khady/release-junit-2.1.0
Browse files Browse the repository at this point in the history
[new release] junit (3 packages) (2.1.0)
  • Loading branch information
mseri authored Dec 24, 2024
2 parents e77a66f + 0567e5a commit 8345009
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/junit/junit.2.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
opam-version: "2.0"
maintainer: "Louis Roché <[email protected]>"
authors: "Louis Roché <[email protected]>"
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 changes: 31 additions & 0 deletions packages/junit_alcotest/junit_alcotest.2.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
maintainer: "Louis Roché <[email protected]>"
authors: ["Louis Roché <[email protected]>"]
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" {>= "1.7.0"}
"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 changes: 31 additions & 0 deletions packages/junit_ounit/junit_ounit.2.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
maintainer: "Louis Roché <[email protected]>"
authors: ["Louis Roché <[email protected]>" "Simon Cruanes <[email protected]>"]
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"

0 comments on commit 8345009

Please sign in to comment.