Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] ounit2, ounit2-lwt, ounit and ounit-lwt (2.2.5) #20514

Merged
merged 1 commit into from
Jan 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions packages/ounit-lwt/ounit-lwt.2.2.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "2.0"
maintainer: "Sylvain Le Gall <[email protected]>"
authors: [ "Sylvain Le Gall" ]
homepage: "https://github.com/gildor478/ounit"
dev-repo: "git+https://github.com/gildor478/ounit.git"
bug-reports: "https://github.com/gildor478/ounit/issues"
doc: "https://gildor478.github.io/ounit/"
depends: [
"ocamlfind" {build}
"ounit2-lwt" {= version}
]
install: [
[make "install-ounit-lwt" "version=%{version}%"]
]
synopsis: "This is a transition package, ounit-lwt is now ounit2-lwt"
description:"""
More details for the transition:
https://github.com/gildor478/ounit#transition-to-ounit2
"""
url {
src:
"https://github.com/gildor478/ounit/releases/download/v2.2.5/ounit-2.2.5.tbz"
checksum: [
"sha256=1b0d182b5eae536f37605f379b8e42a35d587471b917cee3d033bea20f7cbe55"
"sha512=2e519ff032843298b4dd716d7b3460d4720fe59ba1535a32fc9ef58eae4fcc80d3ec59ddb7b22653f064ef8ae02d19ae1afd2ed7de16c34d396ea180a6e33cb1"
]
}
x-commit-hash: "4169ea0ba54a4b4435aa6f8bb966236f360daf2d"
28 changes: 28 additions & 0 deletions packages/ounit/ounit.2.2.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "2.0"
maintainer: "Sylvain Le Gall <[email protected]>"
authors: [ "Maas-Maarten Zeeman" "Sylvain Le Gall" ]
homepage: "https://github.com/gildor478/ounit"
dev-repo: "git+https://github.com/gildor478/ounit.git"
bug-reports: "https://github.com/gildor478/ounit/issues"
doc: "https://gildor478.github.io/ounit/"
depends: [
"ocamlfind" {build}
"ounit2" {= version}
]
install: [
[make "install-ounit" "version=%{version}%"]
]
synopsis: "This is a transition package, ounit is now ounit2"
description:"""
More details for the transition:
https://github.com/gildor478/ounit#transition-to-ounit2
"""
url {
src:
"https://github.com/gildor478/ounit/releases/download/v2.2.5/ounit-2.2.5.tbz"
checksum: [
"sha256=1b0d182b5eae536f37605f379b8e42a35d587471b917cee3d033bea20f7cbe55"
"sha512=2e519ff032843298b4dd716d7b3460d4720fe59ba1535a32fc9ef58eae4fcc80d3ec59ddb7b22653f064ef8ae02d19ae1afd2ed7de16c34d396ea180a6e33cb1"
]
}
x-commit-hash: "4169ea0ba54a4b4435aa6f8bb966236f360daf2d"
31 changes: 31 additions & 0 deletions packages/ounit2-lwt/ounit2-lwt.2.2.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
maintainer: "Sylvain Le Gall <[email protected]>"
authors: [ "Sylvain Le Gall" ]
homepage: "https://github.com/gildor478/ounit"
dev-repo: "git+https://github.com/gildor478/ounit.git"
bug-reports: "https://github.com/gildor478/ounit/issues"
doc: "https://gildor478.github.io/ounit/"
depends: [
"ocaml" {>= "4.04.0"}
"dune" {>= "1.11.0"}
"lwt"
"ounit2" {= version}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
synopsis: "OUnit testing framework (Lwt)"
description:"""
This library contains helper functions for building Lwt tests using OUnit.
"""
url {
src:
"https://github.com/gildor478/ounit/releases/download/v2.2.5/ounit-2.2.5.tbz"
checksum: [
"sha256=1b0d182b5eae536f37605f379b8e42a35d587471b917cee3d033bea20f7cbe55"
"sha512=2e519ff032843298b4dd716d7b3460d4720fe59ba1535a32fc9ef58eae4fcc80d3ec59ddb7b22653f064ef8ae02d19ae1afd2ed7de16c34d396ea180a6e33cb1"
]
}
x-commit-hash: "4169ea0ba54a4b4435aa6f8bb966236f360daf2d"
35 changes: 35 additions & 0 deletions packages/ounit2/ounit2.2.2.5/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
maintainer: "Sylvain Le Gall <[email protected]>"
authors: [ "Maas-Maarten Zeeman" "Sylvain Le Gall" ]
homepage: "https://github.com/gildor478/ounit"
dev-repo: "git+https://github.com/gildor478/ounit.git"
bug-reports: "https://github.com/gildor478/ounit/issues"
doc: "https://gildor478.github.io/ounit/"
depends: [
"ocaml" {>= "4.04.0"}
"dune" {>= "1.11.0"}
"base-bytes"
"base-unix"
"stdlib-shims"
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
synopsis: "OUnit testing framework"
description: """
OUnit is a unit test framework for OCaml. It allows one to easily create
unit-tests for OCaml code. It is loosely based on [HUnit], a unit testing
framework for Haskell. It is similar to [JUnit], and other XUnit testing
frameworks.
"""
url {
src:
"https://github.com/gildor478/ounit/releases/download/v2.2.5/ounit-2.2.5.tbz"
checksum: [
"sha256=1b0d182b5eae536f37605f379b8e42a35d587471b917cee3d033bea20f7cbe55"
"sha512=2e519ff032843298b4dd716d7b3460d4720fe59ba1535a32fc9ef58eae4fcc80d3ec59ddb7b22653f064ef8ae02d19ae1afd2ed7de16c34d396ea180a6e33cb1"
]
}
x-commit-hash: "4169ea0ba54a4b4435aa6f8bb966236f360daf2d"