···1919 "ocaml" {>= "4.02.0"}
2020 "ocamlfind"
2121]
2222-synopsis: "A simple implementation of a LRU cache."
2222+post-messages: [ "This library has been renamed to lru_cache since version 0.4.0" ]
2323+synopsis: "A simple implementation of a LRU cache"
2324description: """
2425ocaml-lru-cache is a simple OCaml implementation of a cache using
2526the [Least Recently Used (LRU)](https://en.wikipedia.org/wiki/Cache_algorithms)
+2-1
packages/lru-cache/lru-cache.0.2.0/opam
···1919 "ocaml" {>= "4.02.0"}
2020 "ocamlfind"
2121]
2222-synopsis: "A simple implementation of a LRU cache."
2222+post-messages: [ "This library has been renamed to lru_cache since version 0.4.0" ]
2323+synopsis: "A simple implementation of a LRU cache"
2324description: """
2425ocaml-lru-cache is a simple OCaml implementation of a cache using
2526the [Least Recently Used (LRU)](https://en.wikipedia.org/wiki/Cache_algorithms)
+2-1
packages/lru-cache/lru-cache.0.3.0/opam
···1414 "ocaml" {>= "4.02.0"}
1515 "ocamlfind"
1616]
1717-synopsis: "A simple implementation of a LRU cache."
1717+post-messages: [ "This library has been renamed to lru_cache since version 0.4.0" ]
1818+synopsis: "A simple implementation of a LRU cache"
1819description: """
1920ocaml-lru-cache is a simple OCaml implementation of a cache using
2021the [Least Recently Used (LRU)](https://en.wikipedia.org/wiki/Cache_algorithms)