flake_env/lib/dune
Bryan Bennett 04109672f0
Add tests
2024-01-08 14:59:28 -05:00

13 lines
No EOL
263 B
Text

(library
(name lib)
(public_name flake_env.lib)
(libraries
core
core_unix
core_unix.filename_unix
core_unix.sys_unix
ppx_yojson_conv
re
sha)
(instrumentation (backend bisect_ppx))
(preprocess (pps ppx_yojson_conv ppx_jane )))