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"
10bug-reports: "https://github.com/anuragsoni/shuttle/issues"
11depends: [
12 "dune" {>= "2.8"}
13 "shuttle" {= version}
14 "shuttle_ssl" {= version}
15 "re2" {>= "v0.15.0"}
16 "ppx_jane" {with-test}
17 "core_unix" {with-test}
18 "odoc" {with-doc}
19]
20dev-repo: "git+https://github.com/anuragsoni/shuttle.git"
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test & os != "macos"}
32 "@doc" {with-doc}
33 ]
34]
35available: [ arch = "x86_64" | arch = "arm64" ]
36url {
37 src:
38 "https://github.com/anuragsoni/shuttle/releases/download/0.9.4/shuttle-0.9.4.tbz"
39 checksum: [
40 "sha256=d868723ab7d9b9c7239c30ce0692bc02c8f6ac3f3ff62ef31a0b8a014de45995"
41 "sha512=f831285927eae3da9bb6e233e296e0d9193a940faf81850a279d50a1639ad806717054f973e60436d9afa503ae5a800ddd6a5c4b3eaca8457b20ac5d810534f3"
42 ]
43}
44x-commit-hash: "86e713055877724ceb1ffacf5401df894e517547"