New upstream version 0.8
authorStephane Glondu <steph@glondu.net>
Mon, 22 Nov 2021 12:24:58 +0000 (13:24 +0100)
committerStéphane Glondu <steph@glondu.net>
Mon, 22 Nov 2021 12:24:58 +0000 (13:24 +0100)
commite17af76b3290a1f0764fba8756e8c102d70fda5d
tree9e107c84b2d1d2d657a009351efca2ebfd16ed8b
New upstream version 0.8
47 files changed:
.cirrus.yml [new file with mode: 0644]
.github/workflows/test.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.ocamlformat [new file with mode: 0644]
CHANGES.md [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
README.md [new file with mode: 0644]
attack/attack.ml [new file with mode: 0644]
attack/dune [new file with mode: 0644]
attack/microtime.c [new file with mode: 0644]
attack/microtime.ml [new file with mode: 0644]
check/README.md [new file with mode: 0644]
check/benchmark.ml [new file with mode: 0644]
check/check.ml [new file with mode: 0644]
check/dune [new file with mode: 0644]
check/fmt.ml [new file with mode: 0644]
check/linear_algebra.ml [new file with mode: 0644]
check/unsafe_pre407.ml [new file with mode: 0644]
check/unsafe_pre408.ml [new file with mode: 0644]
check/unsafe_stable.ml [new file with mode: 0644]
clock/clock_linux.ml [new file with mode: 0644]
clock/clock_linux_stubs.c [new file with mode: 0644]
clock/clock_mach.ml [new file with mode: 0644]
clock/clock_mach_stubs.c [new file with mode: 0644]
clock/clock_windows.ml [new file with mode: 0644]
clock/clock_windows_stubs.c [new file with mode: 0644]
clock/dune [new file with mode: 0644]
clock/select/select.ml [new file with mode: 0644]
config/config.ml [new file with mode: 0644]
config/dune [new file with mode: 0644]
dune-project [new file with mode: 0644]
eqaf.opam [new file with mode: 0644]
fuzz/dune [new file with mode: 0644]
fuzz/fuzz.ml [new file with mode: 0644]
lib/dune [new file with mode: 0644]
lib/eqaf.ml [new file with mode: 0644]
lib/eqaf.mli [new file with mode: 0644]
lib/eqaf_bigstring.ml [new file with mode: 0644]
lib/eqaf_bigstring.mli [new file with mode: 0644]
lib/eqaf_cstruct.ml [new file with mode: 0644]
lib/eqaf_cstruct.mli [new file with mode: 0644]
lib/unsafe_pre407.ml [new file with mode: 0644]
lib/unsafe_pre408.ml [new file with mode: 0644]
lib/unsafe_stable.ml [new file with mode: 0644]
test/dune [new file with mode: 0644]
test/test.ml [new file with mode: 0644]
test/test_branch.ml [new file with mode: 0644]