mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
parent
fca8ba46e1
commit
ba17858063
2 changed files with 2 additions and 2 deletions
|
|
@ -36,6 +36,6 @@
|
|||
(depends
|
||||
(tiny_httpd (= :version))
|
||||
(camlzip (>= 1.06))
|
||||
iostream-camlzip
|
||||
(iostream-camlzip (>= 0.2.1))
|
||||
(logs :with-test)
|
||||
(odoc :with-doc)))
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ depends: [
|
|||
"dune" {>= "2.9"}
|
||||
"tiny_httpd" {= version}
|
||||
"camlzip" {>= "1.06"}
|
||||
"iostream-camlzip"
|
||||
"iostream-camlzip" {>= "0.2.1"}
|
||||
"logs" {with-test}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue