From d4c1438505ff79e3607ed5d2eb2ee8fbe203b298 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Wed, 9 Sep 2020 21:00:29 +0200 Subject: course, ics: proper modules, proper datetime storage Signed-off-by: Alban Gruin --- src/dune | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/dune') 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)) -- cgit v1.2.1