summaryrefslogtreecommitdiff
path: root/test/dune
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-11 11:15:18 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-11 11:15:18 +0200
commitd532c3b2cf941d2fe0c3c84f2c4090f14e869ef0 (patch)
treeba8f4bb56157989d5874ede8ae463a36812c0001 /test/dune
parent1d6b9a540a50159221e0475bc1c1c2387d417622 (diff)
downloadcolitur-d532c3b2cf941d2fe0c3c84f2c4090f14e869ef0.tar.gz
colitur-d532c3b2cf941d2fe0c3c84f2c4090f14e869ef0.zip
kernel(date): ISO-8601 rendering, validating parse, sexp converters
Adds sexplib and ppx_sexp_conv to the project and wires the ppx into the kernel library. Date's sexp form is an ISO-8601 atom rather than the opaque rata die, so data files stay human-editable and parsing revalidates the 1583..9999 domain.
Diffstat (limited to 'test/dune')
-rw-r--r--test/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dune b/test/dune
index 8ee8b87..3d8fa59 100644
--- a/test/dune
+++ b/test/dune
@@ -1,6 +1,6 @@
(test
(name test_colitur)
- (libraries colitur_kernel alcotest qcheck qcheck-alcotest))
+ (libraries colitur_kernel alcotest qcheck qcheck-alcotest sexplib))
(cram
(deps %{bin:colitur}))