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.2/http_async-0.0.2.tbz"
37 checksum: [
38 "sha256=4f82666745acd49bde3f7695d9543987d8fe40963c215d51a99c223d52b8198b"
39 "sha512=b3e67fa5407ac6e3a6d19e6abf1419d7ce2c060167a57914f17015fdf9180132baffe2293e21564d3467d469faeb0c85ee1b35ba90b805bba43e6264d6efd078"
40 ]
41}
42x-commit-hash: "a3ce8a318ae26d4d212207f984d7fae1afdb5bf5"