Skip to content

Commit 571829b

Browse files
authored
Merge pull request ocaml#22786 from vbmithr/release-websocket-2.16
[new release] websocket, websocket-lwt-unix and websocket-async (2.16)
2 parents d401c34 + 3443344 commit 571829b

File tree

3 files changed

+177
-0
lines changed
  • packages
    • websocket-async/websocket-async.2.16
    • websocket-lwt-unix/websocket-lwt-unix.2.16
    • websocket/websocket.2.16

3 files changed

+177
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
opam-version: "2.0"
2+
synopsis: "Websocket library (Async)"
3+
description: """
4+
The WebSocket Protocol enables two-way communication between a client
5+
running untrusted code in a controlled environment to a remote host
6+
that has opted-in to communications from that code.
7+
8+
The security model used for this is the origin-based security model
9+
commonly used by web browsers. The protocol consists of an opening
10+
handshake followed by basic message framing, layered over TCP.
11+
12+
The goal of this technology is to provide a mechanism for
13+
browser-based applications that need two-way communication with
14+
servers that does not rely on opening multiple HTTP connections (e.g.,
15+
using XMLHttpRequest or <iframe>s and long polling).
16+
"""
17+
maintainer: ["Vincent Bernardoff <[email protected]>"]
18+
authors: ["Vincent Bernardoff <[email protected]>"]
19+
license: "ISC"
20+
tags: ["org:mirage" "org:xapi-project"]
21+
homepage: "https://github.com/vbmithr/ocaml-websocket"
22+
doc: "https://vbmithr.github.io/ocaml-websocket/doc"
23+
bug-reports: "https://github.com/vbmithr/ocaml-websocket/issues"
24+
depends: [
25+
"dune" {>= "2.9"}
26+
"ocaml" {>= "4.06.0"}
27+
"websocket" {= version}
28+
"core" {>= "v0.15.0"}
29+
"core_unix" {>= "v0.15.0"}
30+
"async" {>= "v0.15.0"}
31+
"cohttp-async" {>= "5.0.0"}
32+
"logs-async" {>= "1.1"}
33+
"logs-async-reporter" {>= "1.0"}
34+
"odoc" {with-doc}
35+
]
36+
build: [
37+
["dune" "subst"] {dev}
38+
[
39+
"dune"
40+
"build"
41+
"-p"
42+
name
43+
"-j"
44+
jobs
45+
"--promote-install-files=false"
46+
"@install"
47+
"@runtest" {with-test}
48+
"@doc" {with-doc}
49+
]
50+
["dune" "install" "-p" name "--create-install-files" name]
51+
]
52+
dev-repo: "git+https://github.com/vbmithr/ocaml-websocket.git"
53+
url {
54+
src:
55+
"https://github.com/vbmithr/ocaml-websocket/releases/download/2.16/websocket-2.16.tbz"
56+
checksum: [
57+
"sha256=1221f4683ddad884dbd62bc3f0ee59e8cd1b0c770c356357c5e6100ac87dc5eb"
58+
"sha512=1561b022380e6bc21561d36cbce1e2e28cdd08fc47f5c91f7dd9f514cb1b3f4866534512f22e85086727a758695c22125735397b5955a70f476e1b9d8cbc75c4"
59+
]
60+
}
61+
x-commit-hash: "a5d7cb0710e6df49cc0c328b2ed28be4d1a397b4"
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
opam-version: "2.0"
2+
synopsis: "Websocket library (Lwt)"
3+
description: """
4+
The WebSocket Protocol enables two-way communication between a client
5+
running untrusted code in a controlled environment to a remote host
6+
that has opted-in to communications from that code.
7+
8+
The security model used for this is the origin-based security model
9+
commonly used by web browsers. The protocol consists of an opening
10+
handshake followed by basic message framing, layered over TCP.
11+
12+
The goal of this technology is to provide a mechanism for
13+
browser-based applications that need two-way communication with
14+
servers that does not rely on opening multiple HTTP connections (e.g.,
15+
using XMLHttpRequest or <iframe>s and long polling).
16+
"""
17+
maintainer: ["Vincent Bernardoff <[email protected]>"]
18+
authors: ["Vincent Bernardoff <[email protected]>"]
19+
license: "ISC"
20+
tags: ["org:mirage" "org:xapi-project"]
21+
homepage: "https://github.com/vbmithr/ocaml-websocket"
22+
doc: "https://vbmithr.github.io/ocaml-websocket/doc"
23+
bug-reports: "https://github.com/vbmithr/ocaml-websocket/issues"
24+
depends: [
25+
"dune" {>= "2.9"}
26+
"ocaml" {>= "4.06.0"}
27+
"websocket" {= version}
28+
"lwt_log" {>= "1.1.1"}
29+
"cohttp-lwt-unix" {>= "5.0.0"}
30+
"odoc" {with-doc}
31+
]
32+
build: [
33+
["dune" "subst"] {dev}
34+
[
35+
"dune"
36+
"build"
37+
"-p"
38+
name
39+
"-j"
40+
jobs
41+
"--promote-install-files=false"
42+
"@install"
43+
"@runtest" {with-test}
44+
"@doc" {with-doc}
45+
]
46+
["dune" "install" "-p" name "--create-install-files" name]
47+
]
48+
dev-repo: "git+https://github.com/vbmithr/ocaml-websocket.git"
49+
url {
50+
src:
51+
"https://github.com/vbmithr/ocaml-websocket/releases/download/2.16/websocket-2.16.tbz"
52+
checksum: [
53+
"sha256=1221f4683ddad884dbd62bc3f0ee59e8cd1b0c770c356357c5e6100ac87dc5eb"
54+
"sha512=1561b022380e6bc21561d36cbce1e2e28cdd08fc47f5c91f7dd9f514cb1b3f4866534512f22e85086727a758695c22125735397b5955a70f476e1b9d8cbc75c4"
55+
]
56+
}
57+
x-commit-hash: "a5d7cb0710e6df49cc0c328b2ed28be4d1a397b4"
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
opam-version: "2.0"
2+
synopsis: "Websocket library"
3+
description: """
4+
The WebSocket Protocol enables two-way communication between a client
5+
running untrusted code in a controlled environment to a remote host
6+
that has opted-in to communications from that code.
7+
8+
The security model used for this is the origin-based security model
9+
commonly used by web browsers. The protocol consists of an opening
10+
handshake followed by basic message framing, layered over TCP.
11+
12+
The goal of this technology is to provide a mechanism for
13+
browser-based applications that need two-way communication with
14+
servers that does not rely on opening multiple HTTP connections (e.g.,
15+
using XMLHttpRequest or <iframe>s and long polling).
16+
"""
17+
maintainer: ["Vincent Bernardoff <[email protected]>"]
18+
authors: ["Vincent Bernardoff <[email protected]>"]
19+
license: "ISC"
20+
tags: ["org:mirage" "org:xapi-project"]
21+
homepage: "https://github.com/vbmithr/ocaml-websocket"
22+
doc: "https://vbmithr.github.io/ocaml-websocket/doc"
23+
bug-reports: "https://github.com/vbmithr/ocaml-websocket/issues"
24+
depends: [
25+
"dune" {>= "2.9"}
26+
"ocaml" {>= "4.06.0"}
27+
"base64" {>= "3.3.0"}
28+
"conduit" {>= "5.1.0"}
29+
"cohttp" {>= "5.0.0"}
30+
"ocplib-endian" {>= "1.0"}
31+
"astring" {>= "0.8.3"}
32+
"odoc" {with-doc}
33+
]
34+
build: [
35+
["dune" "subst"] {dev}
36+
[
37+
"dune"
38+
"build"
39+
"-p"
40+
name
41+
"-j"
42+
jobs
43+
"--promote-install-files=false"
44+
"@install"
45+
"@runtest" {with-test}
46+
"@doc" {with-doc}
47+
]
48+
["dune" "install" "-p" name "--create-install-files" name]
49+
]
50+
dev-repo: "git+https://github.com/vbmithr/ocaml-websocket.git"
51+
url {
52+
src:
53+
"https://github.com/vbmithr/ocaml-websocket/releases/download/2.16/websocket-2.16.tbz"
54+
checksum: [
55+
"sha256=1221f4683ddad884dbd62bc3f0ee59e8cd1b0c770c356357c5e6100ac87dc5eb"
56+
"sha512=1561b022380e6bc21561d36cbce1e2e28cdd08fc47f5c91f7dd9f514cb1b3f4866534512f22e85086727a758695c22125735397b5955a70f476e1b9d8cbc75c4"
57+
]
58+
}
59+
x-commit-hash: "a5d7cb0710e6df49cc0c328b2ed28be4d1a397b4"

0 commit comments

Comments
 (0)