Files
ical2rem/bin/dune
Paolo Donadeo 0a9f5ce265 refactor: remove remind_sync wrapper library and inline utilities
The `remind_sync` library was acting as a thin re-export layer. This
commit removes it entirely and moves the only non-trivial utility
(`show_error` for `Timedesc.Date.Ymd.error`) directly into
`bin/utils.ml`. Dead `[@@deriving show]` annotations on `rem`,
`week_first_day`, and `error` types are also removed.
2026-06-20 00:19:54 +02:00

13 lines
242 B
Plaintext

(executable
(public_name remind_sync)
(name main)
(modules main commandLine remind eventPredicates utils)
(preprocess
(pps ppx_deriving.show))
(libraries
cmdliner
icalendar
timedesc-tzdb.full
timedesc-tzlocal.unix
timedesc))