summaryrefslogtreecommitdiff
path: root/ocaml/dune-project
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-05 22:57:55 +0700
committerpolwex <polwex@sortug.com>2025-10-05 22:57:55 +0700
commitc4b71435d9afdb67450f320f54fb7aa99dcae85e (patch)
treea08c4c2f7965a95fcfe6dda09629d3f103d25a0b /ocaml/dune-project
parentfcedfddf00b3f994e4f4e40332ac7fc192c63244 (diff)
fixed jamcue
Diffstat (limited to 'ocaml/dune-project')
-rw-r--r--ocaml/dune-project11
1 files changed, 9 insertions, 2 deletions
diff --git a/ocaml/dune-project b/ocaml/dune-project
index 4a478ee..ec486dc 100644
--- a/ocaml/dune-project
+++ b/ocaml/dune-project
@@ -1,2 +1,9 @@
-(lang dune 3.0)
-(name vere_nock)
+(lang dune 3.20)
+
+(name overe)
+
+(package
+ (name overe)
+ (allow_empty)
+ (synopsis "Urbit on OCaml")
+ (description "With OCaml 5.3+ and Eio Multicore!"))