flake_env/lib/dune
Bryan Bennett 5c01142933
Remove dependency on Janestreet Core
Core doubles the closure size and adds 8mb to the binary size for dubious benefit.
This adds FileUtils to do the file interaction bits that aren't in the
stdlib and removes Core in preference to the bundled Stdlib.

Tests are passing, but I want to investigate the nix build before I
commit to this approach
2024-08-12 12:13:53 -04:00

8 lines
177 B
Text

(library
(name lib)
(public_name flake_env.lib)
(libraries fileutils ppx_yojson_conv re sha)
(instrumentation
(backend bisect_ppx))
(preprocess
(pps ppx_yojson_conv)))