summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-06-23 06:02:52 +0700
committerpolwex <polwex@sortug.com>2025-06-23 06:02:52 +0700
commitf4459658a0cad4b7615c01af9c3f87fb4d0233e0 (patch)
treea5f2403e420154abd95dffdc6c45045c8530599a /lib
parentd653f488017b1904fb0089d2bf308ae042240f38 (diff)
working working
Diffstat (limited to 'lib')
-rw-r--r--lib/dune9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/dune b/lib/dune
index b5507d7..7f404b2 100644
--- a/lib/dune
+++ b/lib/dune
@@ -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)))