Skip to content

Commit

Permalink
[new release] ounit2, ounit2-lwt, ounit and ounit-lwt (2.2.5)
Browse files Browse the repository at this point in the history
CHANGES:

### Fixed
- Remove Thread.kill call, it was anyway not implemented and now it is
  officially deprecated. (Closes: gildor478/ounit#85)
  • Loading branch information
gildor478 committed Jan 22, 2022
1 parent d450250 commit a9b60bd
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 0 deletions.
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 <sylvaini+ocaml@le-gall.net>"
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 <sylvaini+ocaml@le-gall.net>"
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 <sylvaini+ocaml@le-gall.net>"
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 <sylvaini+ocaml@le-gall.net>"
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"

0 comments on commit a9b60bd

Please sign in to comment.