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