summaryrefslogtreecommitdiff
path: root/ocaml/dune-project
blob: 58c02de591a3cdb069c3500f5c09638b448c4908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(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
  domainslib))