-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathhttpun.opam
More file actions
25 lines (25 loc) · 755 Bytes
/
httpun.opam
File metadata and controls
25 lines (25 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
opam-version: "2.0"
maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
authors: [
"Spiros Eliopoulos <spiros@inhabitedtype.com>"
"Antonio Nuno Monteiro <anmonteiro@gmail.com>"
]
license: "BSD-3-clause"
homepage: "https://github.com/anmonteiro/httpun"
bug-reports: "https://github.com/anmonteiro/httpun/issues"
dev-repo: "git+https://github.com/anmonteiro/httpun.git"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "3.0.0"}
"alcotest" {with-test}
"httpun-types" {= version}
"bigstringaf" {>= "0.9.0"}
"angstrom" {>= "0.15.0"}
"faraday" {>= "0.8.0"}
]
synopsis:
"A high-performance, memory-efficient, and scalable HTTP library for OCaml"