mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
fix: logs is a testdep for tiny_httpd_camlzip too
This commit is contained in:
parent
d6515bf37f
commit
caa628b446
2 changed files with 2 additions and 0 deletions
|
|
@ -33,4 +33,5 @@
|
|||
(depends
|
||||
(tiny_httpd (= :version))
|
||||
(camlzip (>= 1.06))
|
||||
(logs :with-test)
|
||||
(odoc :with-doc)))
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ depends: [
|
|||
"dune" {>= "2.9"}
|
||||
"tiny_httpd" {= version}
|
||||
"camlzip" {>= "1.06"}
|
||||
"logs" {with-test}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue