summaryrefslogtreecommitdiff
path: root/lib/dune
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-06-27 03:28:54 +0700
committerpolwex <polwex@sortug.com>2025-06-27 03:28:54 +0700
commitba350f124bab36766af6c71ba5e3dc17f33fb5ab (patch)
tree2b242e86cd8c30db058d110c5a4b7864f45f5be3 /lib/dune
init
Diffstat (limited to 'lib/dune')
-rw-r--r--lib/dune12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/dune b/lib/dune
new file mode 100644
index 0000000..9064fed
--- /dev/null
+++ b/lib/dune
@@ -0,0 +1,12 @@
+(library
+ (name lib)
+ (libraries
+ piaf
+ routes
+ yojson
+ caqti
+ caqti-driver-sqlite3
+ caqti-eio
+ ppx_rapper_eio)
+ (preprocess
+ (pps ppx_rapper)))