tiny_httpd/tiny_httpd_domains.opam
2022-12-06 16:57:37 -10:00

23 lines
703 B
Text

opam-version: "2.0"
version: "0.12"
authors: ["Christophe Raffalli"]
maintainer: "christophe@raffalli.eu"
license: "MIT"
synopsis: "Using OCaml 5 domains instead of thread"
build: [
["dune" "build" "@install" "-p" name "-j" jobs]
["dune" "build" "@doc" "-p" name] {with-doc}
["dune" "runtest" "-p" name] {with-test}
]
depends: [
"dune" { >= "2.0" }
"tiny_httpd" { = version }
"ocaml" { >= "5.00.0" }
"odoc" {with-doc}
"domainslib"
]
tags: [ "http" "thread" "server" "domain" ]
homepage: "https://github.com/c-cube/tiny_httpd/"
doc: "https://c-cube.github.io/tiny_httpd/"
bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
dev-repo: "git+https://github.com/c-cube/tiny_httpd.git"