this repo has no description

Merge pull request #22445 from anuragsoni/release-http_async-0.1.1

[new release] http_async (0.1.1)

Changed files
+45
packages
http_async
http_async.0.1.1
+45
packages/http_async/http_async.0.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Async library for HTTP/1.1 servers"
+
description:
+
"http_async implements an efficient HTTP/1.1 server. It uses the shuttle library for network IO, and provides an easy-to-use interface for writing async http services while minimal overhead on top of the user provided http handler."
+
maintainer: ["Anurag Soni <anurag@sonianurag.com>"]
+
authors: ["Anurag Soni <anurag@sonianurag.com>"]
+
license: "MIT"
+
tags: ["http-server" "http" "http1.1" "async"]
+
homepage: "https://github.com/anuragsoni/http_async"
+
doc: "https://anuragsoni.github.io/http_async/"
+
bug-reports: "https://github.com/anuragsoni/http_async/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.11.0"}
+
"shuttle" {>= "0.6.0"}
+
"ppxlib" {>= "0.23.0"}
+
"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/anuragsoni/http_async.git"
+
available: [ arch = "x86_64" | arch = "arm64" ]
+
url {
+
src:
+
"https://github.com/anuragsoni/http_async/releases/download/0.1.1/http_async-0.1.1.tbz"
+
checksum: [
+
"sha256=3ec5bfa22b4ea06012af6920a9bd13c800ad5428a38281e48838e62b4ed0de64"
+
"sha512=e5ddfbb5ce2bab67fc2e754113dcc27a84be784c6b0fdb7682b56b6c86c3e86a80361b89a14b7033e879ea2e931be99255c9262192942642fdfd62f96a1e0ed7"
+
]
+
}
+
x-commit-hash: "9d3736567b0fdc0cdaa67e42895cb207619babfc"