Import ocaml-eqaf_0.9.orig.tar.bz2
authorStéphane Glondu <glondu@debian.org>
Sat, 21 Jan 2023 08:57:42 +0000 (09:57 +0100)
committerStéphane Glondu <glondu@debian.org>
Sat, 21 Jan 2023 08:57:42 +0000 (09:57 +0100)
commit72de8377471fb760c23ffce0a79e097b84d165a7
treeeb4cf9bd2a193047ced61c2870a81de5195a0174
Import ocaml-eqaf_0.9.orig.tar.bz2

[dgit import orig ocaml-eqaf_0.9.orig.tar.bz2]
49 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]
Makefile [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/bench.ml [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]