this repo has no description
1opam-version: "2.0"
2synopsis: "Async web toolkit"
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"
8bug-reports: "https://github.com/anuragsoni/http_async/issues"
9depends: [
10 "dune" {>= "2.9"}
11 "ocaml" {>= "4.11.0"}
12 "shuttle" {>= "0.4.0" & < "0.5.0"}
13 "ppxlib" {>= "0.23.0"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "--promote-install-files=false"
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30 ["dune" "install" "-p" name "--create-install-files" name]
31]
32dev-repo: "git+https://github.com/anuragsoni/http_async.git"
33available: [ arch = "x86_64" | arch = "arm64" ]
34url {
35 src:
36 "https://github.com/anuragsoni/http_async/releases/download/0.0.3/http_async-0.0.3.tbz"
37 checksum: [
38 "sha256=fd0da06524318709cbad869956c3071d5c2fba948de16806a3a44b1aa76f3a2c"
39 "sha512=c4679be8d92901209f111139622575a529fc9b54ad72b87f0a5ae02e7d5d5d9417c78a385f2be048c2d7ea64a349282bf1252e90877015c058931eb2bf324f77"
40 ]
41}
42x-commit-hash: "a7399b95b9fe2ec83b8a871325a4e74b88a64d24"