ocaml-alcotest 1.7.0-3build2 source package in Ubuntu
Changelog
ocaml-alcotest (1.7.0-3build2) noble; urgency=medium * Rebuild against new OCAML ABI. -- Gianfranco Costamagna <email address hidden> Fri, 03 Nov 2023 17:32:14 +0100
Upload details
- Uploaded by:
- Gianfranco Costamagna
- Uploaded to:
- Noble
- Original maintainer:
- Debian OCaml Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocaml-alcotest_1.7.0.orig.tar.gz | 286.6 KiB | ce9be08ebce6ce557360ca78729caf5adcbbf56ff18585ff63ad068b71ecba48 |
ocaml-alcotest_1.7.0-3build2.debian.tar.xz | 3.9 KiB | cc8b65eb25a360eacb94ec8bce82e7146a06f30e60974ee55655f1e1ab9e2458 |
ocaml-alcotest_1.7.0-3build2.dsc | 2.1 KiB | 397c78ee1cbe7cd9ba3b92921db5b89cbda35fcc06687ac3b6de686a42225bd8 |
Available diffs
- diff from 1.7.0-3build1 to 1.7.0-3build2 (322 bytes)
Binary packages built by this source
- libalcotest-ocaml-dev: lightweight and colourful test framework for OCaml
Alcotest exposes simple interface to perform unit tests. It exposes a
simple TESTABLE module type, a check function to assert test
predicates and a run function to perform a list of unit -> unit test
callbacks.
.
Alcotest provides a quiet and colorful output where only faulty runs
are fully displayed at the end of the run (with the full logs ready
to inspect), with a simple (yet expressive) query language to select
the tests to run.
- libalcotest-ocaml-dev-dbgsym: debug symbols for libalcotest-ocaml-dev