forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[new release] ounit2-lwt, ounit2, ounit-lwt and ounit (2.2.1)
CHANGES: ### Fixed - Fix problem with OCaml 4.03 and ambiguous command (Closes: gildor478/ounit#10).
- Loading branch information
Showing
4 changed files
with
118 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |