Skip to content

Commit 3068d07

Browse files
committed
add missing opam dep
thanks to @kit-ty-kate
1 parent 36cf26f commit 3068d07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tiny_httpd.opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ license: "MIT"
66
synopsis: "Minimal HTTP server using good old threads"
77
build: [
88
["dune" "build" "@install" "-p" name "-j" jobs]
9-
["dune" "build" "@doc" "-p" name] {with-doc}
10-
["dune" "runtest" "-p" name] {with-test}
9+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
10+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1111
]
1212
depends: [
1313
"dune" { >= "2.0" }
@@ -16,6 +16,7 @@ depends: [
1616
"odoc" {with-doc}
1717
"qtest" { >= "2.9" & with-test}
1818
"qcheck" {with-test & >= "0.9" }
19+
"ounit2" {with-test}
1920
]
2021
tags: [ "http" "thread" "server" "tiny_httpd" "http_of_dir" "simplehttpserver" ]
2122
homepage: "https://github.com/c-cube/tiny_httpd/"

0 commit comments

Comments
 (0)