aboutsummaryrefslogtreecommitdiff
path: root/src/dune
diff options
context:
space:
mode:
authorAlban Gruin2020-09-09 21:00:29 +0200
committerAlban Gruin2020-09-09 21:51:22 +0200
commitd4c1438505ff79e3607ed5d2eb2ee8fbe203b298 (patch)
treea37a8392ea3fcfb2f3c35b5bdd2892720e20d623 /src/dune
parent5798c185bfa225a566af3f3bf6b7db2b73d816b1 (diff)
course, ics: proper modules, proper datetime storage
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
Diffstat (limited to 'src/dune')
-rw-r--r--src/dune6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dune b/src/dune
index a31d206..e87f710 100644
--- a/src/dune
+++ b/src/dune
@@ -1,3 +1,7 @@
(executable
(name ucs)
- (libraries lwt.unix cohttp-lwt-unix ezjsonm ocplib-json-typed))
+ (libraries calendar
+ lwt.unix
+ cohttp-lwt-unix
+ ezjsonm
+ ocplib-json-typed))