ocaml-alcotest 1.7.0-2 source package in Ubuntu
Changelog
ocaml-alcotest (1.7.0-2) unstable; urgency=medium * Fix FTBFS on bytecode architectures (Closes: #1040538) -- Stéphane Glondu <email address hidden> Wed, 12 Jul 2023 11:25:54 +0200
Upload details
- Uploaded by:
- Debian OCaml Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian OCaml Maintainers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ocaml-alcotest_1.7.0-2.dsc | 1.9 KiB | 91c490b741675d7b32815e4db3fd2e505aca929c72d933c24edfc3227e35b266 |
ocaml-alcotest_1.7.0.orig.tar.gz | 286.6 KiB | ce9be08ebce6ce557360ca78729caf5adcbbf56ff18585ff63ad068b71ecba48 |
ocaml-alcotest_1.7.0-2.debian.tar.xz | 3.8 KiB | d2dd50840c58840c589c9345cd168933f36218ceba33bf045811e00f0ec4a4bd |
Available diffs
- diff from 1.7.0-1 to 1.7.0-2 (1.5 KiB)
No changes file available.
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