this repo has no description
1opam-version: "2.0"
2synopsis: "Async library for HTTP/1.1 servers and clients"
3description:
4 "Shuttle_http is a low level library for implementing HTTP/1.1 web services and clients in OCaml."
5maintainer: ["Anurag Soni <anurag@sonianurag.com>"]
6authors: ["Anurag Soni"]
7license: "MIT"
8tags: ["http-server" "http-client" "http" "http1.1" "async"]
9homepage: "https://github.com/anuragsoni/shuttle_http"
10bug-reports: "https://github.com/anuragsoni/shuttle_http/issues"
11depends: [
12 "dune" {>= "2.8"}
13 "async" {>= "v0.16.0" & < "v0.17.0"}
14 "async_ssl" {>= "v0.16.0"}
15 "core" {>= "v0.16.0"}
16 "jane_rope" {>= "v0.16.0"}
17 "ocaml" {>= "4.14.0"}
18 "ppx_jane" {>= "v0.16.0"}
19 "re2" {>= "v0.16.0"}
20 "core_unix" {with-test}
21 "odoc" {with-doc}
22]
23dev-repo: "git+https://github.com/anuragsoni/shuttle_http.git"
24build: [
25 ["dune" "subst"] {dev}
26 [
27 "dune"
28 "build"
29 "-p"
30 name
31 "-j"
32 jobs
33 "@install"
34 "@runtest" {with-test & os != "macos"}
35 "@doc" {with-doc}
36 ]
37]
38available: [ arch = "x86_64" | arch = "arm64" ]
39url {
40 src:
41 "https://github.com/anuragsoni/shuttle_http/releases/download/0.10.1/shuttle_http-0.10.1.tbz"
42 checksum: [
43 "sha256=e97c231524b722cb47553c9d03c1d1f17d0cd6b10ab9983cf14fc2ecc4813521"
44 "sha512=d9f4acbd04c0f57adaf8490bfb79f92494eac42d9a0e7ce64650bf760dba21cec863af78ece03038a02d6d4510a48ba57f17d4f712cd9257bb368cea3b42e43c"
45 ]
46}
47x-commit-hash: "06d597083c4b2ddc00f362aa55a825653b524dca"