Skip to content

Commit

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

### Fixed
- Fix problem with  OCaml 4.03 and ambiguous command (Closes: gildor478/ounit#10).
  • Loading branch information
gildor478 committed Oct 2, 2019
1 parent fa49783 commit 1988a57
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 0 deletions.
27 changes: 27 additions & 0 deletions packages/ounit-lwt/ounit-lwt.2.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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.1/ounit-v2.2.1.tbz"
checksum: [
"sha256=db781e8c3cddb2a9be6e0c43b1cd24217d4ce19a4e0c7efe86fd67aca8895e39"
"sha512=7448a52ffd05f4f05eb5410ad696a8eeb0d2f02f1a104ad91f6490b5b9b901e40a315222ef43612522d9a177a68d1798b401255aadc66f1b45d75abd1744ea37"
]
}
27 changes: 27 additions & 0 deletions packages/ounit/ounit.2.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
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.1/ounit-v2.2.1.tbz"
checksum: [
"sha256=db781e8c3cddb2a9be6e0c43b1cd24217d4ce19a4e0c7efe86fd67aca8895e39"
"sha512=7448a52ffd05f4f05eb5410ad696a8eeb0d2f02f1a104ad91f6490b5b9b901e40a315222ef43612522d9a177a68d1798b401255aadc66f1b45d75abd1744ea37"
]
}
30 changes: 30 additions & 0 deletions packages/ounit2-lwt/ounit2-lwt.2.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
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.02.3"}
"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.1/ounit-v2.2.1.tbz"
checksum: [
"sha256=db781e8c3cddb2a9be6e0c43b1cd24217d4ce19a4e0c7efe86fd67aca8895e39"
"sha512=7448a52ffd05f4f05eb5410ad696a8eeb0d2f02f1a104ad91f6490b5b9b901e40a315222ef43612522d9a177a68d1798b401255aadc66f1b45d75abd1744ea37"
]
}
34 changes: 34 additions & 0 deletions packages/ounit2/ounit2.2.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
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.02.3"}
"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.1/ounit-v2.2.1.tbz"
checksum: [
"sha256=db781e8c3cddb2a9be6e0c43b1cd24217d4ce19a4e0c7efe86fd67aca8895e39"
"sha512=7448a52ffd05f4f05eb5410ad696a8eeb0d2f02f1a104ad91f6490b5b9b901e40a315222ef43612522d9a177a68d1798b401255aadc66f1b45d75abd1744ea37"
]
}

0 comments on commit 1988a57

Please sign in to comment.