+62
packages/hcs/hcs.0.1.0/opam
+62
packages/hcs/hcs.0.1.0/opam
···
1
+
# This file is generated by dune, edit dune-project instead
2
+
opam-version: "2.0"
3
+
version: "0.1.0"
4
+
synopsis: "Eio based HTTP client/server library for OCaml 5+"
5
+
description:
6
+
"HCS is a HTTP client/server library for OCaml 5+ supporting HTTP/1.1, HTTP/2, and WebSocket. Built on Eio."
7
+
maintainer: ["Gabriel Díaz"]
8
+
authors: ["Gabriel Díaz"]
9
+
license: "ISC"
10
+
homepage: "https://tangled.org/gdiazlo.tngl.sh/hcs"
11
+
doc: "https://tangled.org/gdiazlo.tngl.sh/hcs"
12
+
bug-reports: "https://tangled.org/gdiazlo.tngl.sh/hcs/issues"
13
+
depends: [
14
+
"ocaml" {>= "5.4"}
15
+
"dune" {>= "3.20" & >= "3.20"}
16
+
"eio" {>= "1.2"}
17
+
"eio_main" {>= "1.2"}
18
+
"h1" {>= "1.0"}
19
+
"h2" {>= "0.13"}
20
+
"tls" {>= "2.0"}
21
+
"tls-eio" {>= "2.0"}
22
+
"ca-certs" {>= "1.0"}
23
+
"x509" {>= "1.0"}
24
+
"mirage-crypto-rng" {>= "1.0"}
25
+
"uri" {>= "4.4"}
26
+
"ptime" {>= "1.2"}
27
+
"cstruct" {>= "6.2"}
28
+
"digestif" {>= "1.2"}
29
+
"base64" {>= "3.5"}
30
+
"bigstringaf" {>= "0.10"}
31
+
"faraday" {>= "0.8"}
32
+
"kcas" {>= "0.7"}
33
+
"zlib" {>= "0.8"}
34
+
"zstd" {>= "0.4"}
35
+
"http-multipart-formdata" {>= "3.0"}
36
+
"alcotest" {>= "1.9" & with-test}
37
+
"qcheck" {>= "0.21" & with-test}
38
+
"qcheck-alcotest" {>= "0.21" & with-test}
39
+
"yojson" {with-test}
40
+
"odoc" {with-doc}
41
+
]
42
+
build: [
43
+
["dune" "subst"] {dev}
44
+
[
45
+
"dune"
46
+
"build"
47
+
"-p"
48
+
name
49
+
"-j"
50
+
jobs
51
+
"@install"
52
+
"@runtest" {with-test}
53
+
"@doc" {with-doc}
54
+
]
55
+
]
56
+
dev-repo: "git+https://tangled.org/gdiazlo.tngl.sh/hcs"
57
+
x-maintenance-intent: ["(latest)"]
58
+
59
+
url {
60
+
src: "https://opam.qswarm.com/hcs/hcs.0.1.0.tbz"
61
+
checksum: "sha256=8fbb87289f63f560c8d8a12e161f6c5eeecb4ea5c6b20eda933b0aa382cd3382"
62
+
}