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.1.0/httpun-ws-0.1.0.tbz" 38 checksum: [ 39 "sha256=9d19ca6a040e640e80b07bf0f2692ac511f1ff10897135a88b8254fd97461fdc" 40 "sha512=4d182946d0c3ed86a866983b423a89c59c444df3000d7f7e67bd77722237706afe7358461b6811f598e180ade9145bbdf4d23afb2e18144bbba363fe288a1b92" 41 ] 42} 43x-commit-hash: "a3bdce5bba5e00e08be6c538f51e51db21102db6"