this repo has no description
1opam-version: "2.0"
2synopsis: "A reusable runtime library for network protocols"
3description:
4 "gluten implements platform specific runtime code for driving network libraries based on state machines, such as http/af, h2 and websocketaf."
5maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
6authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
7license: "BSD-3-clause"
8homepage: "https://github.com/anmonteiro/gluten"
9bug-reports: "https://github.com/anmonteiro/gluten/issues"
10depends: [
11 "dune" {>= "2.0"}
12 "ocaml" {>= "4.08.0"}
13 "bigstringaf" {>= "0.4.0"}
14 "faraday" {>= "0.7.3"}
15 "ke" {>= "0.5"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://github.com/anmonteiro/gluten.git"
32url {
33 src:
34 "https://github.com/anmonteiro/gluten/releases/download/0.4.0/gluten-0.4.0.tbz"
35 checksum: [
36 "sha256=e2c8fec453d76dc2cdf1272bb971d89be7f5fa1e5eb929dcf6e2481422fcc1f5"
37 "sha512=2657b43f0df99d125847ea5b57a3b4b2c54c82ecaa3602e9cd543b3cec7c298080d653745e4d3b7740582ba76a15ee195c5f71402bd3c3fff1a75af9c4ac4ea3"
38 ]
39}
40x-commit-hash: "f8b88c485beb473af97de7b39461fb60a56cff3f"