this repo has no description
1opam-version: "2.0" 2synopsis: "Websocket implementation 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 "base64" {>= "3.0.0"} 15 "bigstringaf" 16 "angstrom" {>= "0.14.0"} 17 "faraday" {>= "0.8.0"} 18 "gluten" {>= "0.2.0"} 19 "httpun" 20 "alcotest" {with-test} 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@runtest" {with-test} 34 "@doc" {with-doc} 35 ] 36] 37dev-repo: "git+https://github.com/anmonteiro/httpun-ws.git" 38url { 39 src: 40 "https://github.com/anmonteiro/httpun-ws/releases/download/0.1.0/httpun-ws-0.1.0.tbz" 41 checksum: [ 42 "sha256=9d19ca6a040e640e80b07bf0f2692ac511f1ff10897135a88b8254fd97461fdc" 43 "sha512=4d182946d0c3ed86a866983b423a89c59c444df3000d7f7e67bd77722237706afe7358461b6811f598e180ade9145bbdf4d23afb2e18144bbba363fe288a1b92" 44 ] 45} 46x-commit-hash: "a3bdce5bba5e00e08be6c538f51e51db21102db6"