this repo has no description
0
fork

Configure Feed

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

Merge pull request #25782 from dkalinichenko-js/patch-1

Mark lru_cache.v0.16.0 and incremenal.v0.16.0 as unavailable, as announced

authored by

Marcello Seri and committed by
GitHub
97c00ba1 bafea8d9

+4 -2
+2 -1
packages/incremental/incremental.v0.16.0/opam
··· 29 29 src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/incremental-v0.16.0.tar.gz" 30 30 checksum: "sha256=3464f34f1048ee53e0727c83acfaa8c303f0133e3cf78ef745773fa63aa0872a" 31 31 } 32 + available: false 32 33 flags: deprecated 33 34 post-messages: [ 34 - "Due to a name clash lru_cache has been renamed janestreet_lru_cache: lru_cache.v0.16.0 and its dependant incremental.v0.16.0 will be marked as unavailable on May 1, please update your dependencies before that date." 35 + "Due to a name clash a dependency of incremental lru_cache has been renamed janestreet_lru_cache." 35 36 ]
+2 -1
packages/lru_cache/lru_cache.v0.16.0/opam
··· 23 23 src: "https://ocaml.janestreet.com/ocaml-core/v0.16/files/lru_cache-v0.16.0.tar.gz" 24 24 checksum: "sha256=aa6b87aa9316ee41ca6e8b1291b6955305b26ba3330aa4e7fdcc0f921e3fc976" 25 25 } 26 + available: false 26 27 flags: deprecated 27 28 post-messages: [ 28 - "Due to a name clash lru_cache has been renamed janestreet_lru_cache: lru_cache.v0.16.0 and its dependant incremental.v0.16.0 will be marked as unavailable on May 1, please update your dependencies before that date." 29 + "Due to a name clash lru_cache has been renamed janestreet_lru_cache." 29 30 ]