tiny_httpd/dune-project

28 lines
671 B
Text

(lang dune 2.9)
(name tiny_httpd)
(generate_opam_files true)
(version 0.14)
(source (github c-cube/tiny_httpd))
(homepage https://github.com/c-cube/tiny_httpd/)
(license MIT)
(package
(name tiny_httpd)
(synopsis "Minimal HTTP server using threads")
(tags (http thread server tiny_httpd http_of_dir simplehttpserver))
(depends
seq
(ocaml (>= 4.05))
(odoc :with-doc)
(conf-libcurl :with-test)
(ptime :with-test)
(qcheck-core (and (>= 0.9) :with-test))))
(package
(name tiny_httpd_camlzip)
(synopsis "Interface to camlzip for tiny_httpd")
(depends
(tiny_httpd_camlzip (= :version))
(camlzip (>= 1.06))
(odoc :with-doc)))