From f3ac99a84497868aded8ee7ec2822d1b12960fd7 Mon Sep 17 00:00:00 2001 From: Mateus Cruz Date: Sun, 4 Feb 2024 23:10:30 -0300 Subject: initial commit --- bin/dune | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bin/dune (limited to 'bin/dune') diff --git a/bin/dune b/bin/dune new file mode 100644 index 0000000..0716639 --- /dev/null +++ b/bin/dune @@ -0,0 +1,21 @@ +(executable + (public_name rinhadebackend) + (name main) + (flags + (:standard -cclib -static -cclib -no-pie)) + (libraries + rinhadebackend + + piaf + routes + eio_main + caqti-driver-postgresql + logs.fmt + fmt.tty + logs.threaded + caqti-eio + caqti + ppx_rapper_eio) + + (preprocess + (pps ppx_rapper))) -- cgit v1.2.3