opam-version: "2.0"
maintainer: "zoggy@bat8.org"
authors: "Maxence Guesdon"
homepage: "https://github.com/zoggy/ocaml-lru-cache"
bug-reports: "https://github.com/zoggy/ocaml-lru-cache/issues"
license: "BSD-3-Clause"
doc: "https://github.com/zoggy/ocaml-lru-cache"
tags: "cache"
dev-repo: "git+https://github.com/zoggy/ocaml-lru-cache.git"
build: [make "all"]
install: [make "install"]
remove: ["ocamlfind" "remove" "lru-cache"]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind"
]
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://github.com/zoggy/ocaml-lru-cache/archive/0.3.0.tar.gz"
  checksum: "md5=33da0c73f5cb1d671d2e6158c5d0edd1"
}
