summaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-31 14:02:03 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-31 14:02:03 +0200
commite94eeaa19627a9a0f235baf110780c9fb564ca2b (patch)
tree2279ec29962017b08e0c5222192b0b6763fb9493 /dune-project
parent8def55357436b0f6a7265af9e11663d95246e7eb (diff)
downloadcolitur-e94eeaa19627a9a0f235baf110780c9fb564ca2b.tar.gz
colitur-e94eeaa19627a9a0f235baf110780c9fb564ca2b.zip
chore: scaffold dune project (kernel lib + cli + tests)
OCaml 5.2.0 local switch; colitur_kernel library, a colitur executable stub, and an alcotest+qcheck test runner. AGPL LICENSE, README, generated colitur.opam.
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project8
1 files changed, 8 insertions, 0 deletions
diff --git a/dune-project b/dune-project
new file mode 100644
index 0000000..8a1fa58
--- /dev/null
+++ b/dune-project
@@ -0,0 +1,8 @@
+(lang dune 3.0)
+(name colitur)
+(generate_opam_files true)
+
+(package
+ (name colitur)
+ (synopsis "Deterministic liturgical calendar engine (computus liturgicus)")
+ (depends ocaml dune alcotest qcheck qcheck-alcotest))