Skip to content

Commit 1a31a51

Browse files
committed
Add jsoo_broadcastchannel 2.0.0
1 parent eb265b1 commit 1a31a51

File tree

1 file changed

+27
-0
lines changed
  • packages/jsoo_broadcastchannel/jsoo_broadcastchannel.2.0.0

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "2.0"
2+
name: "jsoo_broadcastchannel"
3+
version: "2.0.0"
4+
maintainer: "xvw <[email protected]>"
5+
authors: "xvw <[email protected]>"
6+
homepage: "https://github.com/xvw/jsoo_broadcastchannel"
7+
bug-reports: "https://github.com/xvw/jsoo_broadcastchannel/issues"
8+
license: "GPL3"
9+
dev-repo: "git://github.com/xvw/jsoo_broadcastchannel.git"
10+
11+
build: [["dune" "build" "-p" name "-j" jobs]]
12+
13+
depends: [
14+
"ocaml" {>= "4.02.0"}
15+
"js_of_ocaml" {>= "2.8.4"}
16+
"js_of_ocaml-ppx"
17+
"lwt"
18+
"dune" {build}
19+
]
20+
21+
synopsis: "A wrapper in Js_of_ocaml to deal with BroadcastChannel"
22+
description: "The BroadcastChannel interface represents a named channel that any browsing context of a given origin can subscribe to. It allows communication between different documents (in different windows, tabs, frames or iframes) of the same origin. Messages are broadcasted via a message event fired at all BroadcastChannel objects listening to the channel."
23+
24+
url {
25+
src: "https://github.com/xvw/jsoo_broadcastchannel/archive/2.0.0.tar.gz"
26+
checksum: "md5=95fff97f9fce42151f1f86c3ef934a20"
27+
}

0 commit comments

Comments
 (0)