this repo has no description
1opam-version: "2.0"
2synopsis: "Mirage support for httpun"
3maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
4authors: [
5 "Spiros Eliopoulos <spiros@inhabitedtype.com>"
6 "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
7]
8license: "BSD-3-clause"
9homepage: "https://github.com/anmonteiro/httpun-ws"
10bug-reports: "https://github.com/anmonteiro/httpun-ws/issues"
11depends: [
12 "dune" {>= "3.0"}
13 "ocaml" {>= "4.08"}
14 "httpun-ws" {= version}
15 "async" {>= "v0.15.0"}
16 "gluten-async" {>= "0.5.0"}
17 "digestif" {>= "1.2.0"}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/anmonteiro/httpun-ws.git"
35url {
36 src:
37 "https://github.com/anmonteiro/httpun-ws/releases/download/0.2.0/httpun-ws-0.2.0.tbz"
38 checksum: [
39 "sha256=eae0cd2e0eb5b4fc9cb6d862b7116a6f0fc8503b2e439046bf0e6f4cb2c297fd"
40 "sha512=71ad0b694dd968c74e658bb41f7d0b871d45605602b9e1a16549e3f0bfe32bca0f6f5978592ac211ec6619664ec68d8ca4b02fa17610bd7a772e212b75e99645"
41 ]
42}
43x-commit-hash: "b25537968d81cc64d17728bdf7cd9b0781e2d1e7"