aboutsummaryrefslogtreecommitdiff
path: root/src/dune
diff options
context:
space:
mode:
authorAlban Gruin2020-09-13 16:34:44 +0200
committerAlban Gruin2020-09-13 16:42:20 +0200
commit742db32948e6c60770d6616496917077a1386dbc (patch)
treedeaf0498a89a0d02af20c3c314b28e0810cdc0a8 /src/dune
parentd3ae708373eba13e961a70d752b36ec41cec2510 (diff)
course: convert html entities to unicode characters
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
Diffstat (limited to 'src/dune')
-rw-r--r--src/dune6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dune b/src/dune
index 1a1135a..c29403a 100644
--- a/src/dune
+++ b/src/dune
@@ -2,7 +2,9 @@
(name ucs)
(libraries astring
calendar
- lwt.unix
cohttp-lwt-unix
ezjsonm
- ocplib-json-typed))
+ lwt.unix
+ ocplib-json-typed
+ re
+ stringext))