diff options
author | polwex <polwex@sortug.com> | 2025-06-23 06:02:52 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-23 06:02:52 +0700 |
commit | f4459658a0cad4b7615c01af9c3f87fb4d0233e0 (patch) | |
tree | a5f2403e420154abd95dffdc6c45045c8530599a /lib/dune | |
parent | d653f488017b1904fb0089d2bf308ae042240f38 (diff) |
working working
Diffstat (limited to 'lib/dune')
-rw-r--r-- | lib/dune | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ (library (name combattant) - (libraries piaf routes yojson caqti caqti-driver-postgresql caqti-eio ppx_rapper_eio) + (libraries + piaf + routes + yojson + caqti + caqti-driver-postgresql + caqti-eio + ppx_rapper_eio) (preprocess (pps ppx_rapper))) |