opam-version: "2.0" maintainer: "zoggy@bat8.org" authors: ["Maxence Guesdon"] homepage: "https://framagit.org/zoggy/ocaml-lru-cache" license: "BSD-3-Clause" doc: ["https://framagit.org/zoggy/ocaml-lru-cache"] dev-repo: "git+https://framagit.org/zoggy/ocaml-lru-cache.git" bug-reports: "https://framagit.org/zoggy/ocaml-lru-cache/issues" tags: ["cache"] build: [ [make "all"] ] install: [ [make "install"] ] remove: [["ocamlfind" "remove" "lru-cache"]] depends: [ "ocaml" {>= "4.02.0"} "ocamlfind" ] post-messages: [ "This library has been renamed to lru_cache since version 0.4.0" ] synopsis: "A simple implementation of a LRU cache" description: """ ocaml-lru-cache is a simple OCaml implementation of a cache using the [Least Recently Used (LRU)](https://en.wikipedia.org/wiki/Cache_algorithms) strategy.""" flags: light-uninstall url { src: "https://zoggy.frama.io/ocaml-lru-cache/releases/ocaml-lru-cache-0.2.0.tar.gz" checksum: [ "sha256=5eba9ebad4dc4302dda2c0f33787e6b7a8b51006df98981a6cb8ffd9d200ef29" "md5=9217dd7dc3c74e7fe52665efc2785a4d" ] }