mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
43 lines
948 B
Text
43 lines
948 B
Text
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
version: "0.15"
|
|
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"
|
|
"ocaml" {>= "4.05"}
|
|
"odoc" {with-doc}
|
|
"conf-libcurl" {with-test}
|
|
"ptime" {with-test}
|
|
"qcheck-core" {>= "0.9" & with-test}
|
|
]
|
|
depopts: [
|
|
"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"
|