diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-28 13:16:23 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-28 16:44:54 +0200 |
commit | e669dcf80fc7812e33f813ab18239697563205fa (patch) | |
tree | a7172c0b7441edca17585db306d93c1ff6358575 | |
parent | e6344bc90c5f0ee818a8f827a388879fb14ababf (diff) |
feat(test): add Lwt ppx
-rw-r--r-- | test/dune | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ (library (name hello) - (libraries lwt flesh portal)) + (libraries lwt flesh portal) + (preprocess (pps lwt_ppx))) |