summaryrefslogtreecommitdiff
path: root/ocaml/dune-project
blob: 9e337b722cc102a00f583c1ca37591a66ce927e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(lang dune 3.20)

(name overe)

(package
 (name overe)
 (allow_empty)
 (synopsis "Urbit on OCaml")
 (description "With OCaml 5.3+ and Eio Multicore!")
 (depends
  (ocaml (>= 5.3))
  zarith
  eio
  eio_main))