diff options
author | Marc Coquand <marc@mccd.space> | 2023-12-20 20:46:00 -0600 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2023-12-25 18:22:59 -0600 |
commit | 262f161f42c4e59beec41c6f440336c38385426a (patch) | |
tree | 6491c9b661a0b5a14c9a30ecf25e036f8762239d /lib/dune | |
parent | cc783c157f31e7e713c8b83be67449b1859dac27 (diff) | |
download | fixgen-262f161f42c4e59beec41c6f440336c38385426a.tar.gz fixgen-262f161f42c4e59beec41c6f440336c38385426a.tar.bz2 fixgen-262f161f42c4e59beec41c6f440336c38385426a.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | lib/dune | 25 |
1 files changed, 11 insertions, 14 deletions
@@ -1,18 +1,15 @@ +(menhir + (modules parser)) + +(ocamllex lexer) + (library - (name ann_bloop) - (libraries uri - cohttp-lwt-unix - containers - base64 - mirage-crypto - x509 - lwt - cohttp - dream - calendar - ptime - decoders-yojson + (name fixgen) + (libraries + uuidm ) - (preprocess (pps lwt_ppx ppx_yojson_conv ppx_inline_test )) + (modules parser lexer ast_types fixture) + (preprocess (pps ppx_inline_test)) (inline_tests) ) + |