opam-version: "2.0" synopsis: "Websocket support for HTTP/1.1 servers using Async" description: "Shuttle_websocket is a companion library for shuttle_http that provides a HTTP service that performs websocket negotiation for HTTP/1.1 servers." maintainer: "Anurag Soni " authors: "Anurag Soni" license: "MIT" tags: ["http-server" "websocket"] homepage: "https://sr.ht/~soni/shuttle_http" bug-reports: "https://todo.sr.ht/~soni/shuttle_http" depends: [ "dune" {>= "3.1"} "shuttle_http" {= version} "async_websocket" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://git.sr.ht/~soni/shuttle_http" url { src: "https://git.sr.ht/~soni/shuttle_http/archive/0.11.0.tar.gz" checksum: [ "md5=c18e89676a71564229afaf9d40a64ebb" "sha512=12d9dc7f6ab96147c14469bb48f56b5f528633d7925033aea99b303976868cc762919228057511a8d658c76496636c69f9e283c91d76eadbb7bd5443c492d939" ] }