We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cf26f commit 3068d07Copy full SHA for 3068d07
tiny_httpd.opam
@@ -6,8 +6,8 @@ license: "MIT"
6
synopsis: "Minimal HTTP server using good old threads"
7
build: [
8
["dune" "build" "@install" "-p" name "-j" jobs]
9
- ["dune" "build" "@doc" "-p" name] {with-doc}
10
- ["dune" "runtest" "-p" name] {with-test}
+ ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
11
]
12
depends: [
13
"dune" { >= "2.0" }
@@ -16,6 +16,7 @@ depends: [
16
"odoc" {with-doc}
17
"qtest" { >= "2.9" & with-test}
18
"qcheck" {with-test & >= "0.9" }
19
+ "ounit2" {with-test}
20
21
tags: [ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" ]
22
homepage: "https://github.com/c-cube/tiny_httpd/"
0 commit comments