-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
45 lines (42 loc) · 849 Bytes
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
(lang dune 3.7)
(name rust-async)
(generate_opam_files true)
(package
(name rust-async)
(synopsis "Interop between OCaml Lwt and Rust async")
(license "Apache License 2.0")
(maintainers "Konstantin Olkhovskiy <lupus@oxnull.net>")
(authors "The OCaml Lwt Interop contributors")
(homepage "https://github.com/Lupus/ocaml-lwt-interop")
(bug_reports "https://github.com/Lupus/ocaml-lwt-interop/issues")
(depends
(ocaml
(< 5.0.0))
dune
conf-rust-2021
(rust-staticlib-gen
(and
(>= 0.2.0)
:with-test))
(rust-staticlib-virtual
(>= 0.2.0))
(dune-cargo-build
(and
(>= 0.2.0)
:build))
(ocaml-rs-smartptr
(>= 0.1.0))
(lwt
(and
(>= 5.6.0)
(< 5.7.0)))
(lwt_ppx
(and
(>= 2.1.0)
(< 2.2.0)))
(ocamlformat
(and
:with-test
(>= 0.25.1)
(< 0.26.0)))
(odoc :with-doc)))