tiny_httpd/tiny_httpd_ws.opam
Simon Cruanes d97aac18c3
fix typo
2024-02-05 01:06:37 -05:00

34 lines
759 B
Text

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.16"
synopsis: "Websockets for tiny_httpd"
maintainer: ["c-cube"]
authors: ["c-cube"]
license: "MIT"
homepage: "https://github.com/c-cube/tiny_httpd/"
bug-reports: "https://github.com/c-cube/tiny_httpd/issues"
depends: [
"dune" {>= "2.9"}
"tiny_httpd" {= version}
"base64" {>= "3.0"}
"cryptokit"
"logs" {with-test}
"odoc" {with-doc}
]
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"