Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions packages/jsoo_broadcastchannel/jsoo_broadcastchannel.2.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
opam-version: "2.0"
maintainer: "xvw <[email protected]>"
authors: "xvw <[email protected]>"
homepage: "https://github.com/xvw/jsoo_broadcastchannel"
bug-reports: "https://github.com/xvw/jsoo_broadcastchannel/issues"
license: "GPL3"
dev-repo: "git://github.com/xvw/jsoo_broadcastchannel.git"

build: [["dune" "build" "-p" name "-j" jobs]]

depends: [
"ocaml" {>= "4.02.0"}
"js_of_ocaml" {>= "2.8.4"}
"js_of_ocaml-ppx"
"lwt"
"dune" {>= "1.11"}
]

synopsis: "A wrapper in Js_of_ocaml to deal with BroadcastChannel"
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."

url {
src: "https://github.com/xvw/jsoo_broadcastchannel/archive/2.0.0.tar.gz"
checksum: "md5=95fff97f9fce42151f1f86c3ef934a20"
}
22 changes: 22 additions & 0 deletions packages/jsoo_storage/jsoo_storage.1.0.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
opam-version: "2.0"
maintainer: "Xavier Van de Woestyne <[email protected]>"
authors: [ "Xavier Van de Woestyne <[email protected]>" ]
license: "MIT"
homepage: "http://github.com/xvw/jsoo_storage"
dev-repo: "git://github.com/xvw/jsoo_storage.git"
bug-reports: "https://github.com/xvw/jsoo_storage/issues"
build: [["dune" "build" "-p" name "-j" jobs]]
depends: [
"ocaml" {>= "4.02.0"}
"js_of_ocaml" {>= "2.8.4"}
"js_of_ocaml-ppx"
"lwt"
"dune" {>= "1.11"}
]
synopsis: "A wrapper in Js_of_ocaml for the WebStorage API"
description: "The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies."

url {
src: "https://github.com/xvw/jsoo_storage/archive/1.0.1.tar.gz"
checksum: "md5=56a9dc862348fe4553d3bc35b1598353"
}