mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-19 16:01:25 +01:00
WIP
This commit is contained in:
parent
31cac9373c
commit
5e505b178b
13 changed files with 486 additions and 165 deletions
11
lib/dune
11
lib/dune
|
|
@ -1,5 +1,14 @@
|
|||
(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)
|
||||
(libraries
|
||||
core
|
||||
core_unix
|
||||
core_unix.filename_unix
|
||||
core_unix.sys_unix
|
||||
fmt
|
||||
ppx_yojson_conv
|
||||
re
|
||||
sha)
|
||||
(instrumentation (backend bisect_ppx))
|
||||
(preprocess (pps ppx_yojson_conv ppx_jane ppx_inline_test)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue