mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-17 15:11:22 +01:00
Format with ocamlformat
This commit is contained in:
parent
5d0923569f
commit
fa7b93e3da
11 changed files with 298 additions and 206 deletions
26
lib/dune
26
lib/dune
|
|
@ -1,13 +1,15 @@
|
|||
(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 )))
|
||||
(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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue