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