Skip to content

Commit

Permalink
+websocket-async.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vbmithr committed Feb 14, 2018
1 parent 9d3991e commit af37083
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/websocket-async/websocket-async.2.10/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ tags: [
build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
depends: [
"websocket" {= "2.10"}
"async_ssl" {>= "v0.9.0"}
"async_ssl" {>= "v0.9.0" & < "v0.10.0"}
"cohttp-async" {>= "0.99.0"}
]
]
13 changes: 13 additions & 0 deletions packages/websocket-async/websocket-async.2.11/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Websocket library

The WebSocket Protocol enables two-way communication between a client
running untrusted code in a controlled environment to a remote host
that has opted-in to communications from that code. The security
model used for this is the origin-based security model commonly used
by web browsers. The protocol consists of an opening handshake
followed by basic message framing, layered over TCP. The goal of this
technology is to provide a mechanism for browser-based applications
that need two-way communication with servers that does not rely on
opening multiple HTTP connections (e.g., using XMLHttpRequest or
<iframe>s and long polling).

23 changes: 23 additions & 0 deletions packages/websocket-async/websocket-async.2.11/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
opam-version: "1.2"
name: "websocket-async"
version: "2.11"
authors: "Vincent Bernardoff <vb@luminar.eu.org>"
maintainer: "Vincent Bernardoff <vb@luminar.eu.org>"
homepage: "https://github.com/vbmithr/ocaml-websocket"
bug-reports: "https://github.com/vbmithr/ocaml-websocket/issues"
dev-repo: "git://github.com/vbmithr/ocaml-websocket"

available: [
ocaml-version >= "4.03.0"
]

tags: [
"org:mirage"
"org:xapi-project"
]
build: [ "jbuilder" "build" "-j" jobs "-p" name "@install" ]
depends: [
"websocket" {= "2.10"}
"async_ssl" {>= "v0.10.0"}
"cohttp-async" {>= "1.0.2"}
]
2 changes: 2 additions & 0 deletions packages/websocket-async/websocket-async.2.11/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
http: "https://github.com/vbmithr/ocaml-websocket/archive/2.11-async.tar.gz"
checksum: "b58a3c3944ea9b85c9ab179e8d1a279b"

0 comments on commit af37083

Please sign in to comment.