Import ocaml-eqaf_0.8.orig.tar.bz2
authorStéphane Glondu <glondu@debian.org>
Mon, 22 Nov 2021 16:03:45 +0000 (17:03 +0100)
committerStéphane Glondu <glondu@debian.org>
Mon, 22 Nov 2021 16:03:45 +0000 (17:03 +0100)
commit12790c20977dfc3296980237df4a350cbb3150b5
tree9e107c84b2d1d2d657a009351efca2ebfd16ed8b
Import ocaml-eqaf_0.8.orig.tar.bz2

[dgit import orig ocaml-eqaf_0.8.orig.tar.bz2]
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]