this repo has no description
1opam-version: "2.0"
2maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
3authors: [
4 "Spiros Eliopoulos <spiros@inhabitedtype.com>"
5 "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
6]
7license: "BSD-3-clause"
8homepage: "https://github.com/anmonteiro/httpun"
9bug-reports: "https://github.com/anmonteiro/httpun/issues"
10dev-repo: "git+https://github.com/anmonteiro/httpun.git"
11build: [
12 ["dune" "build" "-p" name "-j" jobs]
13 ["dune" "runtest" "-p" name] {with-test}
14]
15depends: [
16 "ocaml" {>= "4.08.0"}
17 "dune" {>= "3.0.0"}
18 "alcotest" {with-test}
19 "httpun-types" {= version}
20 "bigstringaf" {>= "0.9.0"}
21 "angstrom" {>= "0.15.0"}
22 "faraday" {>= "0.8.0"}
23]
24synopsis:
25 "A high-performance, memory-efficient, and scalable HTTP library for OCaml"
26url {
27 src:
28 "https://github.com/anmonteiro/httpun/releases/download/0.2.0/httpun-0.2.0.tbz"
29 checksum: [
30 "sha256=a2ce27ef4c85ae8e1c1008d1e3d5e893d6b211b934586a1dd2942f7db687bd2c"
31 "sha512=53ae8409321533b4092df166c69cd219a4e2071bb3b9fa3361072205eda6d62df25fe964c62d2b49c14530fd34746b8d8c8f010293ebe099bed0237d0f55a66b"
32 ]
33}
34x-commit-hash: "80755658e548fce295ee3df118d6c1b8f5fa6956"