From eb265b13c0171cd773aae991b8bd14b4ef6d4e8d Mon Sep 17 00:00:00 2001 From: xvw Date: Thu, 13 Feb 2020 04:27:00 +0100 Subject: [PATCH 1/4] Add Jsoo_storage 1.0.1 --- packages/jsoo_storage/jsoo_storage.1.0.1/opam | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 packages/jsoo_storage/jsoo_storage.1.0.1/opam diff --git a/packages/jsoo_storage/jsoo_storage.1.0.1/opam b/packages/jsoo_storage/jsoo_storage.1.0.1/opam new file mode 100644 index 000000000000..181fd9c21378 --- /dev/null +++ b/packages/jsoo_storage/jsoo_storage.1.0.1/opam @@ -0,0 +1,24 @@ +opam-version: "2.0" +name: "jsoo_storage" +version: "1.0.1" +maintainer: "Xavier Van de Woestyne " +authors: [ "Xavier Van de Woestyne " ] +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" {build} +] +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" +} From 1a31a5194f8dcb3b94c2ed43b18d714a6629cd4f Mon Sep 17 00:00:00 2001 From: xvw Date: Thu, 13 Feb 2020 05:35:28 +0100 Subject: [PATCH 2/4] Add jsoo_broadcastchannel 2.0.0 --- .../jsoo_broadcastchannel.2.0.0/opam | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 packages/jsoo_broadcastchannel/jsoo_broadcastchannel.2.0.0/opam diff --git a/packages/jsoo_broadcastchannel/jsoo_broadcastchannel.2.0.0/opam b/packages/jsoo_broadcastchannel/jsoo_broadcastchannel.2.0.0/opam new file mode 100644 index 000000000000..9301f3548187 --- /dev/null +++ b/packages/jsoo_broadcastchannel/jsoo_broadcastchannel.2.0.0/opam @@ -0,0 +1,27 @@ +opam-version: "2.0" +name: "jsoo_broadcastchannel" +version: "2.0.0" +maintainer: "xvw " +authors: "xvw " +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" {build} +] + +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" +} From 42ff77b808fecdb04fda59ed69bee66f99edd5fd Mon Sep 17 00:00:00 2001 From: Kate Date: Thu, 13 Feb 2020 13:57:19 +0000 Subject: [PATCH 3/4] jsoo_broadcastchannel.2.0.0: Remove unnecessary fields and fix dependency constraints --- .../jsoo_broadcastchannel/jsoo_broadcastchannel.2.0.0/opam | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/jsoo_broadcastchannel/jsoo_broadcastchannel.2.0.0/opam b/packages/jsoo_broadcastchannel/jsoo_broadcastchannel.2.0.0/opam index 9301f3548187..08ee459d5586 100644 --- a/packages/jsoo_broadcastchannel/jsoo_broadcastchannel.2.0.0/opam +++ b/packages/jsoo_broadcastchannel/jsoo_broadcastchannel.2.0.0/opam @@ -1,6 +1,4 @@ opam-version: "2.0" -name: "jsoo_broadcastchannel" -version: "2.0.0" maintainer: "xvw " authors: "xvw " homepage: "https://github.com/xvw/jsoo_broadcastchannel" @@ -15,7 +13,7 @@ depends: [ "js_of_ocaml" {>= "2.8.4"} "js_of_ocaml-ppx" "lwt" - "dune" {build} + "dune" {>= "1.11"} ] synopsis: "A wrapper in Js_of_ocaml to deal with BroadcastChannel" From 0aab7bdba1cfd0140f6247ffc38d7931fd81acc6 Mon Sep 17 00:00:00 2001 From: Kate Date: Thu, 13 Feb 2020 13:58:13 +0000 Subject: [PATCH 4/4] jsoo_storage.1.0.1: Remove unnecessary fields and fix dependency constraints --- packages/jsoo_storage/jsoo_storage.1.0.1/opam | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/jsoo_storage/jsoo_storage.1.0.1/opam b/packages/jsoo_storage/jsoo_storage.1.0.1/opam index 181fd9c21378..e78de6086fcd 100644 --- a/packages/jsoo_storage/jsoo_storage.1.0.1/opam +++ b/packages/jsoo_storage/jsoo_storage.1.0.1/opam @@ -1,6 +1,4 @@ opam-version: "2.0" -name: "jsoo_storage" -version: "1.0.1" maintainer: "Xavier Van de Woestyne " authors: [ "Xavier Van de Woestyne " ] license: "MIT" @@ -13,7 +11,7 @@ depends: [ "js_of_ocaml" {>= "2.8.4"} "js_of_ocaml-ppx" "lwt" - "dune" {build} + "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."