mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 14:41:24 +01:00
15 lines
248 B
Text
15 lines
248 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)))
|