this repo has no description

[new release] tiny_httpd (2 packages) (0.17.0)

CHANGES:

Changed files
+96
packages
tiny_httpd
tiny_httpd.0.17.0
tiny_httpd_camlzip
tiny_httpd_camlzip.0.17.0
+55
packages/tiny_httpd/tiny_httpd.0.17.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Minimal HTTP server using threads"
+
maintainer: ["c-cube"]
+
authors: ["c-cube"]
+
license: "MIT"
+
tags: [
+
"http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver"
+
]
+
homepage: "https://github.com/c-cube/tiny_httpd/"
+
bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"seq"
+
"base-threads"
+
"result"
+
"hmap"
+
"iostream" {>= "0.2"}
+
"ocaml" {>= "4.08"}
+
"odoc" {with-doc}
+
"logs" {with-test}
+
"conf-libcurl" {with-test}
+
"ptime" {with-test}
+
"qcheck-core" {>= "0.9" & with-test}
+
]
+
depopts: [
+
"logs"
+
"magic-mime"
+
"mtime" {>= "2.0"}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/c-cube/tiny_httpd.git"
+
url {
+
src:
+
"https://github.com/c-cube/tiny_httpd/releases/download/v0.17.0/tiny_httpd-0.17.0.tbz"
+
checksum: [
+
"sha256=67c636f1bbaf93da0cb0a12cb44803299892caf51e637815c753f0af6f4e7b7e"
+
"sha512=c254415a69df5a1bec255a223dbc2d10370b2f533da0b14ff458545da7aa5e4a634972272e7eef64425b6360494d6b3446761c03b49fd7558765cbfefae2178b"
+
]
+
}
+
x-commit-hash: "9eb3cbfc70d112d09eccada835667b76d1f758f6"
+41
packages/tiny_httpd_camlzip/tiny_httpd_camlzip.0.17.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Interface to camlzip for tiny_httpd"
+
maintainer: ["c-cube"]
+
authors: ["c-cube"]
+
license: "MIT"
+
homepage: "https://github.com/c-cube/tiny_httpd/"
+
bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"tiny_httpd" {= version}
+
"camlzip" {>= "1.06"}
+
"iostream-camlzip" {>= "0.2.1"}
+
"logs" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/c-cube/tiny_httpd.git"
+
url {
+
src:
+
"https://github.com/c-cube/tiny_httpd/releases/download/v0.17.0/tiny_httpd-0.17.0.tbz"
+
checksum: [
+
"sha256=67c636f1bbaf93da0cb0a12cb44803299892caf51e637815c753f0af6f4e7b7e"
+
"sha512=c254415a69df5a1bec255a223dbc2d10370b2f533da0b14ff458545da7aa5e4a634972272e7eef64425b6360494d6b3446761c03b49fd7558765cbfefae2178b"
+
]
+
}
+
x-commit-hash: "9eb3cbfc70d112d09eccada835667b76d1f758f6"