this repo has no description
0
fork

Configure Feed

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

Merge pull request #25159 from zoggy/master

Before renaming lru-cache to lru_cache

authored by

Marcello Seri and committed by
GitHub
e3355ee9 0d77ead4

+10 -4
+4 -1
packages/erssical/erssical.1.1.0/opam
··· 17 17 "xtmpl" {>= "0.19.0"} 18 18 "lwt_ppx" 19 19 ] 20 + conflicts: [ 21 + "lru_cache" {= "v0.16.0"} 22 + ] 20 23 build: [ 21 24 ["dune" "subst"] {dev} 22 25 [ ··· 39 42 "md5=2fde0c7c62d55988919e0000f5fd8ea0" 40 43 "sha512=484ebb1827aad3c86c87552b0b8d83c80a5bffa58674724aca23ea1677a646bdf598cfeced58783746aa4c44a61fd33d2a2252b965a3de830dacf599fea5988e" 41 44 ] 42 - } 45 + }
+2 -1
packages/lru-cache/lru-cache.0.1.0/opam
··· 19 19 "ocaml" {>= "4.02.0"} 20 20 "ocamlfind" 21 21 ] 22 - synopsis: "A simple implementation of a LRU cache." 22 + post-messages: [ "This library has been renamed to lru_cache since version 0.4.0" ] 23 + synopsis: "A simple implementation of a LRU cache" 23 24 description: """ 24 25 ocaml-lru-cache is a simple OCaml implementation of a cache using 25 26 the [Least Recently Used (LRU)](https://en.wikipedia.org/wiki/Cache_algorithms)
+2 -1
packages/lru-cache/lru-cache.0.2.0/opam
··· 19 19 "ocaml" {>= "4.02.0"} 20 20 "ocamlfind" 21 21 ] 22 - synopsis: "A simple implementation of a LRU cache." 22 + post-messages: [ "This library has been renamed to lru_cache since version 0.4.0" ] 23 + synopsis: "A simple implementation of a LRU cache" 23 24 description: """ 24 25 ocaml-lru-cache is a simple OCaml implementation of a cache using 25 26 the [Least Recently Used (LRU)](https://en.wikipedia.org/wiki/Cache_algorithms)
+2 -1
packages/lru-cache/lru-cache.0.3.0/opam
··· 14 14 "ocaml" {>= "4.02.0"} 15 15 "ocamlfind" 16 16 ] 17 - synopsis: "A simple implementation of a LRU cache." 17 + post-messages: [ "This library has been renamed to lru_cache since version 0.4.0" ] 18 + synopsis: "A simple implementation of a LRU cache" 18 19 description: """ 19 20 ocaml-lru-cache is a simple OCaml implementation of a cache using 20 21 the [Least Recently Used (LRU)](https://en.wikipedia.org/wiki/Cache_algorithms)