From a9b60bded7e12604378d3525243c869699177a89 Mon Sep 17 00:00:00 2001 From: Sylvain Le Gall Date: Sat, 22 Jan 2022 11:28:36 +0100 Subject: [PATCH] [new release] ounit2, ounit2-lwt, ounit and ounit-lwt (2.2.5) CHANGES: ### Fixed - Remove Thread.kill call, it was anyway not implemented and now it is officially deprecated. (Closes: gildor478/ounit#85) --- packages/ounit-lwt/ounit-lwt.2.2.5/opam | 28 ++++++++++++++++++ packages/ounit/ounit.2.2.5/opam | 28 ++++++++++++++++++ packages/ounit2-lwt/ounit2-lwt.2.2.5/opam | 31 ++++++++++++++++++++ packages/ounit2/ounit2.2.2.5/opam | 35 +++++++++++++++++++++++ 4 files changed, 122 insertions(+) create mode 100644 packages/ounit-lwt/ounit-lwt.2.2.5/opam create mode 100644 packages/ounit/ounit.2.2.5/opam create mode 100644 packages/ounit2-lwt/ounit2-lwt.2.2.5/opam create mode 100644 packages/ounit2/ounit2.2.2.5/opam diff --git a/packages/ounit-lwt/ounit-lwt.2.2.5/opam b/packages/ounit-lwt/ounit-lwt.2.2.5/opam new file mode 100644 index 00000000000..7825291a2e2 --- /dev/null +++ b/packages/ounit-lwt/ounit-lwt.2.2.5/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "Sylvain Le Gall " +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" diff --git a/packages/ounit/ounit.2.2.5/opam b/packages/ounit/ounit.2.2.5/opam new file mode 100644 index 00000000000..290d8017c6d --- /dev/null +++ b/packages/ounit/ounit.2.2.5/opam @@ -0,0 +1,28 @@ +opam-version: "2.0" +maintainer: "Sylvain Le Gall " +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" diff --git a/packages/ounit2-lwt/ounit2-lwt.2.2.5/opam b/packages/ounit2-lwt/ounit2-lwt.2.2.5/opam new file mode 100644 index 00000000000..a168ca5562c --- /dev/null +++ b/packages/ounit2-lwt/ounit2-lwt.2.2.5/opam @@ -0,0 +1,31 @@ +opam-version: "2.0" +maintainer: "Sylvain Le Gall " +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" diff --git a/packages/ounit2/ounit2.2.2.5/opam b/packages/ounit2/ounit2.2.2.5/opam new file mode 100644 index 00000000000..2769e5bc74d --- /dev/null +++ b/packages/ounit2/ounit2.2.2.5/opam @@ -0,0 +1,35 @@ +opam-version: "2.0" +maintainer: "Sylvain Le Gall " +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"