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 d6515bf commit caa628bCopy full SHA for caa628b
dune-project
@@ -33,4 +33,5 @@
33
(depends
34
(tiny_httpd (= :version))
35
(camlzip (>= 1.06))
36
+ (logs :with-test)
37
(odoc :with-doc)))
tiny_httpd_camlzip.opam
@@ -11,6 +11,7 @@ depends: [
11
"dune" {>= "2.9"}
12
"tiny_httpd" {= version}
13
"camlzip" {>= "1.06"}
14
+ "logs" {with-test}
15
"odoc" {with-doc}
16
]
17
build: [
0 commit comments