this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] promise_jsoo (2 packages) (0.4.3)

CHANGES:

- No longer rely on `joo_global_object` (mnxn/promise_jsoo#7)

+85
+42
packages/promise_jsoo/promise_jsoo.0.4.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Js_of_ocaml bindings to JS Promises with supplemental functions" 3 + maintainer: ["Max Lantas <mnxndev@outlook.com>"] 4 + authors: ["Max Lantas <mnxndev@outlook.com>"] 5 + license: "MIT" 6 + homepage: "https://github.com/mnxn/promise_jsoo" 7 + doc: "https://mnxn.github.io/promise_jsoo/" 8 + bug-reports: "https://github.com/mnxn/promise_jsoo/issues" 9 + depends: [ 10 + "dune" {>= "2.7"} 11 + "ocaml" {>= "4.08"} 12 + "js_of_ocaml" 13 + "gen_js_api" {>= "1.0.8"} 14 + "webtest" {with-test} 15 + "webtest-js" {with-test} 16 + "conf-npm" {with-test} 17 + "odoc" {with-doc} 18 + ] 19 + dev-repo: "git+https://github.com/mnxn/promise_jsoo.git" 20 + build: [ 21 + ["dune" "subst"] {dev} 22 + [ 23 + "dune" 24 + "build" 25 + "-p" 26 + name 27 + "-j" 28 + jobs 29 + "@install" 30 + "@%{name}%/runtest" {with-test} 31 + "@doc" {with-doc} 32 + ] 33 + ] 34 + url { 35 + src: 36 + "https://github.com/mnxn/promise_jsoo/releases/download/v0.4.3/promise_jsoo-0.4.3.tbz" 37 + checksum: [ 38 + "sha256=7c889da114dd89eeb89d9d5a50ad895a1709a35fc50f33f852efa04c96a876d2" 39 + "sha512=b3ebecd4789bf40d60b9efe5117535e58af663e0a1a9b51be25ecba41f15472b76de356472b2457eeca8a9d3b6deae4cb33eaf03be596af0606b5409d12ec3b6" 40 + ] 41 + } 42 + x-commit-hash: "bbce5a719a3345eeff318bb2167edc8cedc83ee8"
+43
packages/promise_jsoo_lwt/promise_jsoo_lwt.0.4.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Conversion functions between JS Promises and Lwt Promises" 3 + maintainer: ["Max Lantas <mnxndev@outlook.com>"] 4 + authors: ["Max Lantas <mnxndev@outlook.com>"] 5 + license: "MIT" 6 + homepage: "https://github.com/mnxn/promise_jsoo" 7 + doc: "https://mnxn.github.io/promise_jsoo/" 8 + bug-reports: "https://github.com/mnxn/promise_jsoo/issues" 9 + depends: [ 10 + "dune" {>= "2.7"} 11 + "ocaml" {>= "4.08"} 12 + "promise_jsoo" 13 + "lwt" 14 + "gen_js_api" {>= "1.0.8"} 15 + "webtest" {with-test} 16 + "webtest-js" {with-test} 17 + "conf-npm" {with-test} 18 + "odoc" {with-doc} 19 + ] 20 + dev-repo: "git+https://github.com/mnxn/promise_jsoo.git" 21 + build: [ 22 + ["dune" "subst"] {dev} 23 + [ 24 + "dune" 25 + "build" 26 + "-p" 27 + name 28 + "-j" 29 + jobs 30 + "@install" 31 + "@%{name}%/runtest" {with-test} 32 + "@doc" {with-doc} 33 + ] 34 + ] 35 + url { 36 + src: 37 + "https://github.com/mnxn/promise_jsoo/releases/download/v0.4.3/promise_jsoo-0.4.3.tbz" 38 + checksum: [ 39 + "sha256=7c889da114dd89eeb89d9d5a50ad895a1709a35fc50f33f852efa04c96a876d2" 40 + "sha512=b3ebecd4789bf40d60b9efe5117535e58af663e0a1a9b51be25ecba41f15472b76de356472b2457eeca8a9d3b6deae4cb33eaf03be596af0606b5409d12ec3b6" 41 + ] 42 + } 43 + x-commit-hash: "bbce5a719a3345eeff318bb2167edc8cedc83ee8"