mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-17 07:01:23 +01:00
Format with ocamlformat
This commit is contained in:
parent
5d0923569f
commit
fa7b93e3da
11 changed files with 298 additions and 206 deletions
17
bin/dune
17
bin/dune
|
|
@ -1,5 +1,14 @@
|
|||
(executable
|
||||
(name flake_env)
|
||||
(public_name flake_env)
|
||||
(libraries core core_unix core_unix.filename_unix core_unix.sys_unix ppx_yojson_conv re sha lib)
|
||||
(preprocess (pps ppx_yojson_conv ppx_jane)))
|
||||
(name flake_env)
|
||||
(public_name flake_env)
|
||||
(libraries
|
||||
core
|
||||
core_unix
|
||||
core_unix.filename_unix
|
||||
core_unix.sys_unix
|
||||
ppx_yojson_conv
|
||||
re
|
||||
sha
|
||||
lib)
|
||||
(preprocess
|
||||
(pps ppx_yojson_conv ppx_jane)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue