this repo has no description
1opam-version: "2.0"
2maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
3authors: [
4 "Anton Bachin <antonbachin@yahoo.com>"
5 "Spiros Eliopoulos <spiros@inhabitedtype.com>"
6 "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
7]
8license: "BSD-3-clause"
9homepage: "https://github.com/anmonteiro/httpun"
10bug-reports: "https://github.com/anmonteiro/httpun/issues"
11dev-repo: "git+https://github.com/anmonteiro/httpun.git"
12build: [
13 ["dune" "build" "-p" name]
14]
15depends: [
16 "ocaml" {>= "4.08.0"}
17 "httpun" {= version}
18 "httpun-lwt" {= version}
19 "dune" {>= "3.0.0"}
20 "gluten-lwt-unix" {>= "0.5.0"}
21]
22synopsis: "Lwt + Unix support for httpun"
23url {
24 src:
25 "https://github.com/anmonteiro/httpun/releases/download/0.1.0/httpun-0.1.0.tbz"
26 checksum: [
27 "sha256=5007465f42e1cf8dec1e019819194b79bc5eed407cb93db4f603304c86a294d1"
28 "sha512=d2cbcec8cd3a0f169d32407fbfb66afbce9ec9e3718a5dbf33eb3a2e199b9fe2b0b0fb5ab486f22c51b89c3351d42e5b7d160dae17a28c432f072913d18fd166"
29 ]
30}
31x-commit-hash: "9b230ee8313e310834b70b4a9bc0510fcc847b1e"