A staging ground for unstable packages
0
fork

Configure Feed

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

Sync from monorepo

+163 -12
+1 -1
packages/js_top_worker-client/js_top_worker-client.dev/opam
··· 11 11 "js_of_ocaml" {>= "3.11.0"} 12 12 "js_of_ocaml-ppx" 13 13 "js_top_worker-rpc" {= version} 14 - "lwt" 14 + "lwt" {< "6.1.0"} 15 15 "brr" {>= "0.0.4"} 16 16 ] 17 17 build : [
+1 -1
packages/js_top_worker-unix/js_top_worker-unix.dev/opam
··· 11 11 "js_top_worker" {= version} 12 12 "logs" 13 13 "fmt" 14 - "lwt" 14 + "lwt" {< "6.1.0"} 15 15 ] 16 16 build : [ 17 17 ["dune" "subst"] {pinned}
+1 -1
packages/js_top_worker-web/js_top_worker-web.dev/opam
··· 13 13 "astring" 14 14 "brr" {>= "0.0.4"} 15 15 "js_top_worker" {= version} 16 - "lwt" 16 + "lwt" {< "6.1.0"} 17 17 "js_of_ocaml-lwt" 18 18 "js_of_ocaml-toplevel" 19 19 "logs"
+1 -1
packages/js_top_worker/js_top_worker.dev/opam
··· 13 13 "astring" 14 14 "js_of_ocaml-toplevel" 15 15 "js_of_ocaml-compiler" 16 - "lwt" 16 + "lwt" {< "6.1.0"} 17 17 "merlin-lib" {>= "4.7"} 18 18 "mime_printer" 19 19 "logs"
+1 -1
packages/sherlodoc/sherlodoc.dev/opam
··· 18 18 "cmdliner" {>= "1.3.0"} 19 19 "decompress" {>= "1.5.3"} 20 20 "fpath" {>= "0.7.3"} 21 - "lwt" {>= "5.7.0"} 21 + "lwt" {>= "5.7.0" & < "6.1.0"} 22 22 "menhir" {>= "20230608"} 23 23 "ppx_blob" {>= "0.9.0"} 24 24 "tyxml" {>= "4.6.0"}
+32
packages/tessera-tfjs/tessera-tfjs.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "TensorFlow.js PCA bindings for OCaml" 3 + description: 4 + "Minimal js_of_ocaml bindings to TensorFlow.js for SVD-based PCA. Operates on tessera-linalg mat types." 5 + license: "ISC" 6 + depends: [ 7 + "dune" {>= "3.17"} 8 + "ocaml" {>= "5.2"} 9 + "tessera-linalg" {>= "0.1"} 10 + "js_of_ocaml" {>= "5.0"} 11 + "js_of_ocaml-ppx" {>= "5.0"} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + 29 + dev-repo: "git+https://tangled.org/jon.recoil.org/tessera-tfjs" 30 + url { 31 + src: "git+https://tangled.org/jon.recoil.org/tessera-tfjs#main" 32 + }
+32
packages/tessera-zarr-jsoo/tessera-zarr-jsoo.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Browser backend for tessera-zarr" 3 + license: "ISC" 4 + depends: [ 5 + "dune" {>= "3.17"} 6 + "ocaml" {>= "5.2"} 7 + "zarr-v3" {>= "0.1"} 8 + "tessera-zarr" {>= "0.1"} 9 + "js_of_ocaml" {>= "5.0"} 10 + "js_of_ocaml-ppx" {>= "5.0"} 11 + "lwt" {>= "5.0"} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + 29 + dev-repo: "git+https://tangled.org/jon.recoil.org/tessera-zarr-jsoo" 30 + url { 31 + src: "git+https://tangled.org/jon.recoil.org/tessera-zarr-jsoo#main" 32 + }
+33
packages/tessera-zarr/tessera-zarr.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "GeoTessera Zarr v3 client" 3 + description: 4 + "Fetches GeoTessera embeddings from sharded Zarr v3 stores. Maps WGS84 bounding boxes to UTM pixel ranges, dequantizes, and reprojects." 5 + license: "ISC" 6 + depends: [ 7 + "dune" {>= "3.17"} 8 + "ocaml" {>= "5.2"} 9 + "zarr-v3" {>= "0.1"} 10 + "tessera-geotessera" {>= "0.1"} 11 + "tessera-linalg" {>= "0.1"} 12 + "lwt" {>= "5.0"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ] 29 + 30 + dev-repo: "git+https://tangled.org/jon.recoil.org/tessera-zarr" 31 + url { 32 + src: "git+https://tangled.org/jon.recoil.org/tessera-zarr#main" 33 + }
-1
packages/x-ocaml/x-ocaml.dev/opam
··· 14 14 "js_of_ocaml-ppx" {>= "6.0.1"} 15 15 "js_of_ocaml-toplevel" {>= "6.0.1"} 16 16 "merlin-lib" {>= "5.2.1-502"} 17 - "ocamlformat-lib" {>= "0.27.0"} 18 17 "ocamlfind" {>= "1.9.8"} 19 18 "ppx_blob" {>= "0.9.0"} 20 19 "merlin-js"
+29
packages/zarr-v3-unix/zarr-v3-unix.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Unix HTTP backend for zarr-v3" 3 + license: "ISC" 4 + depends: [ 5 + "dune" {>= "3.17"} 6 + "ocaml" {>= "5.2"} 7 + "zarr-v3" {>= "0.1"} 8 + "lwt" {>= "5.0"} 9 + "odoc" {with-doc} 10 + ] 11 + build: [ 12 + ["dune" "subst"] {dev} 13 + [ 14 + "dune" 15 + "build" 16 + "-p" 17 + name 18 + "-j" 19 + jobs 20 + "@install" 21 + "@runtest" {with-test} 22 + "@doc" {with-doc} 23 + ] 24 + ] 25 + 26 + dev-repo: "git+https://tangled.org/jon.recoil.org/zarr-v3-unix" 27 + url { 28 + src: "git+https://tangled.org/jon.recoil.org/zarr-v3-unix#main" 29 + }
+32
packages/zarr-v3/zarr-v3.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Pure OCaml Zarr v3 reader with pluggable codecs" 3 + description: 4 + "Async Zarr v3 store reader supporting sharding, pluggable compression codecs, and HTTP range requests. Platform-independent." 5 + license: "ISC" 6 + depends: [ 7 + "dune" {>= "3.17"} 8 + "ocaml" {>= "5.2"} 9 + "lwt" {>= "5.0"} 10 + "yojson" {>= "2.0"} 11 + "alcotest" {with-test & >= "0.8"} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + 29 + dev-repo: "git+https://tangled.org/jon.recoil.org/zarr-v3" 30 + url { 31 + src: "git+https://tangled.org/jon.recoil.org/zarr-v3#main" 32 + }
-6
repo
··· 1 1 opam-version: "2.0" 2 - upstream: "https://tangled.org/jon.recoil.org/opam-overlay" 3 - announce: [ 4 - """ 5 - Abandon all hope... 6 - """ 7 - ]