This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,35 @@
(env
(dev
(flags
(:standard -w -58))))
(executables
(enabled_if
(not %{env:CI=false}))
(libraries
re
core
base
stdio
threads
core_bench
core_unix.command_unix
memtrace)
(modules :standard \ compare)
(names benchmark))
(executable
(enabled_if
(not %{env:CI=false}))
(name compare)
(modules compare)
(libraries
core
csv
base
core_unix
core_unix.command_unix
core_unix.filename_unix
spawn
stdio
sexplib))