aboutsummaryrefslogtreecommitdiff
path: root/bin/dune
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-08-11 15:27:53 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-08-11 15:27:53 +0200
commit1203380c4644277a2949d42f4619360c1c0ef1e5 (patch)
tree830fd059db243144e9819a134864e8805acc3d39 /bin/dune
parent39c8684646f7bad7161b9eeae166b121cc580a3c (diff)
downloadcolitur-1203380c4644277a2949d42f4619360c1c0ef1e5.tar.gz
colitur-1203380c4644277a2949d42f4619360c1c0ef1e5.zip
cli: colitur temporal <year> dumps the EF temporal cycle
One line per day -- date, weekday, season, week, slug, rank, colour -- built through Record, the canonical output view. Until Plan 3 brings the differential and oracle layers, this dump is how a human checks EF temporal against missalemeum by eye.
Diffstat (limited to 'bin/dune')
-rw-r--r--bin/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dune b/bin/dune
index 02a84dc..c79bbf1 100644
--- a/bin/dune
+++ b/bin/dune
@@ -2,4 +2,4 @@
(name main)
(public_name colitur)
(package colitur)
- (libraries colitur_kernel))
+ (libraries colitur_kernel rite_ef))