We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7101e12 commit 45d5f4dCopy full SHA for 45d5f4d
dune-project
@@ -83,5 +83,8 @@
83
(rusage :with-dev-setup)
84
(tyxml :with-dev-setup)
85
(yaml :with-dev-setup)
86
+ (lwt :with-dev-setup)
87
+ (cohttp :with-dev-setup)
88
+ (cohttp-lwt-unix :with-dev-setup)
89
)
90
(sites (share binc) (share libc)))
owi.opam
@@ -48,6 +48,9 @@ depends: [
48
"rusage" {with-dev-setup}
49
"tyxml" {with-dev-setup}
50
"yaml" {with-dev-setup}
51
+ "lwt" {with-dev-setup}
52
+ "cohttp" {with-dev-setup}
53
+ "cohttp-lwt-unix" {with-dev-setup}
54
]
55
build: [
56
["dune" "subst"] {dev}
0 commit comments