this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

CHANGES:

+96
+55
packages/tiny_httpd/tiny_httpd.0.17.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Minimal HTTP server using threads" 3 + maintainer: ["c-cube"] 4 + authors: ["c-cube"] 5 + license: "MIT" 6 + tags: [ 7 + "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" 8 + ] 9 + homepage: "https://github.com/c-cube/tiny_httpd/" 10 + bug-reports: "https://github.com/c-cube/tiny_httpd/issues" 11 + depends: [ 12 + "dune" {>= "2.9"} 13 + "seq" 14 + "base-threads" 15 + "result" 16 + "hmap" 17 + "iostream" {>= "0.2"} 18 + "ocaml" {>= "4.08"} 19 + "odoc" {with-doc} 20 + "logs" {with-test} 21 + "conf-libcurl" {with-test} 22 + "ptime" {with-test} 23 + "qcheck-core" {>= "0.9" & with-test} 24 + ] 25 + depopts: [ 26 + "logs" 27 + "magic-mime" 28 + "mtime" {>= "2.0"} 29 + ] 30 + build: [ 31 + ["dune" "subst"] {dev} 32 + [ 33 + "dune" 34 + "build" 35 + "-p" 36 + name 37 + "-j" 38 + jobs 39 + "--promote-install-files=false" 40 + "@install" 41 + "@runtest" {with-test} 42 + "@doc" {with-doc} 43 + ] 44 + ["dune" "install" "-p" name "--create-install-files" name] 45 + ] 46 + dev-repo: "git+https://github.com/c-cube/tiny_httpd.git" 47 + url { 48 + src: 49 + "https://github.com/c-cube/tiny_httpd/releases/download/v0.17.0/tiny_httpd-0.17.0.tbz" 50 + checksum: [ 51 + "sha256=67c636f1bbaf93da0cb0a12cb44803299892caf51e637815c753f0af6f4e7b7e" 52 + "sha512=c254415a69df5a1bec255a223dbc2d10370b2f533da0b14ff458545da7aa5e4a634972272e7eef64425b6360494d6b3446761c03b49fd7558765cbfefae2178b" 53 + ] 54 + } 55 + x-commit-hash: "9eb3cbfc70d112d09eccada835667b76d1f758f6"
+41
packages/tiny_httpd_camlzip/tiny_httpd_camlzip.0.17.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Interface to camlzip for tiny_httpd" 3 + maintainer: ["c-cube"] 4 + authors: ["c-cube"] 5 + license: "MIT" 6 + homepage: "https://github.com/c-cube/tiny_httpd/" 7 + bug-reports: "https://github.com/c-cube/tiny_httpd/issues" 8 + depends: [ 9 + "dune" {>= "2.9"} 10 + "tiny_httpd" {= version} 11 + "camlzip" {>= "1.06"} 12 + "iostream-camlzip" {>= "0.2.1"} 13 + "logs" {with-test} 14 + "odoc" {with-doc} 15 + ] 16 + build: [ 17 + ["dune" "subst"] {dev} 18 + [ 19 + "dune" 20 + "build" 21 + "-p" 22 + name 23 + "-j" 24 + jobs 25 + "--promote-install-files=false" 26 + "@install" 27 + "@runtest" {with-test} 28 + "@doc" {with-doc} 29 + ] 30 + ["dune" "install" "-p" name "--create-install-files" name] 31 + ] 32 + dev-repo: "git+https://github.com/c-cube/tiny_httpd.git" 33 + url { 34 + src: 35 + "https://github.com/c-cube/tiny_httpd/releases/download/v0.17.0/tiny_httpd-0.17.0.tbz" 36 + checksum: [ 37 + "sha256=67c636f1bbaf93da0cb0a12cb44803299892caf51e637815c753f0af6f4e7b7e" 38 + "sha512=c254415a69df5a1bec255a223dbc2d10370b2f533da0b14ff458545da7aa5e4a634972272e7eef64425b6360494d6b3446761c03b49fd7558765cbfefae2178b" 39 + ] 40 + } 41 + x-commit-hash: "9eb3cbfc70d112d09eccada835667b76d1f758f6"