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://github.com/anuragsoni/shuttle_http" bug-reports: "https://github.com/anuragsoni/shuttle_http/issues" depends: [ "dune" {>= "3.1"} "shuttle_http" {= version} "async_websocket" {>= "v0.17.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/anuragsoni/shuttle_http.git" url { src: "https://github.com/anuragsoni/shuttle_http/releases/download/0.12.0/shuttle_http-0.12.0.tbz" checksum: [ "sha256=073651dfcbe88a29856ae9568583ecece3df659aa74470ca92671e388ccc9351" "sha512=78a8f4517238a7332cf5211f250aa031a3f64fcdf3617c23f072183bbbd9535e295cdef9551d24e4451ef674e0ce6845296960f66ca9c28b81430f4cf0dda563" ] } x-commit-hash: "b7f2b7b1f7f018d58ae5b898293043dd77314b43"