this repo has no description
1opam-version: "2.0"
2synopsis: "Async library for HTTP/1.1 servers"
3maintainer: ["Anurag Soni <anurag@sonianurag.com>"]
4authors: ["Anurag Soni <anurag@sonianurag.com>"]
5license: "MIT"
6tags: ["http-server" "http" "http1.1" "async"]
7homepage: "https://github.com/anuragsoni/http_async"
8doc: "https://anuragsoni.github.io/http_async/"
9bug-reports: "https://github.com/anuragsoni/http_async/issues"
10depends: [
11 "dune" {>= "2.9"}
12 "ocaml" {>= "4.11.0"}
13 "shuttle" {>= "0.5.0" & < "0.9.0"}
14 "ppxlib" {>= "0.23.0"}
15 "odoc" {with-doc}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "--promote-install-files=false"
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31 ["dune" "install" "-p" name "--create-install-files" name]
32]
33dev-repo: "git+https://github.com/anuragsoni/http_async.git"
34available: [ arch = "x86_64" | arch = "arm64" ]
35url {
36 src:
37 "https://github.com/anuragsoni/http_async/releases/download/0.0.4/http_async-0.0.4.tbz"
38 checksum: [
39 "sha256=aae21a65c6b194accc0bb5c5c6191b1fec2ac4d5311e0038901f3f994315a982"
40 "sha512=21fe682c97fdc4ac318e75b310d471af29d6a09f7523191cec435aed514a0b69375dcf5100ef10c4ee3d38c3d19a87fe01cd4cfc443a209717b9e0246d09a01c"
41 ]
42}
43x-commit-hash: "3a6827c811552bf5ec4e1eb5aed8e9e32c52141f"