this repo has no description

Merge pull request #21095 from anuragsoni/release-http_async-0.0.2

[new release] http_async (0.0.2)

Changed files
+42
packages
http_async
http_async.0.0.2
+42
packages/http_async/http_async.0.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Async web toolkit"
+
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"
+
bug-reports: "https://github.com/anuragsoni/http_async/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ocaml" {>= "4.11.0"}
+
"shuttle" {>= "0.4.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" ]
+
url {
+
src:
+
"https://github.com/anuragsoni/http_async/releases/download/0.0.2/http_async-0.0.2.tbz"
+
checksum: [
+
"sha256=4f82666745acd49bde3f7695d9543987d8fe40963c215d51a99c223d52b8198b"
+
"sha512=b3e67fa5407ac6e3a6d19e6abf1419d7ce2c060167a57914f17015fdf9180132baffe2293e21564d3467d469faeb0c85ee1b35ba90b805bba43e6264d6efd078"
+
]
+
}
+
x-commit-hash: "a3ce8a318ae26d4d212207f984d7fae1afdb5bf5"