Source: ocaml-lru Section: ocaml Maintainer: Debian OCaml Maintainers Uploaders: Stéphane Glondu Build-Depends: debhelper-compat (= 14), ocaml, ocaml-dune, libpsq-ocaml-dev, libqcheck-ocaml-dev , libalcotest-ocaml-dev , dh-ocaml Standards-Version: 4.7.4 Homepage: https://github.com/pqwy/lru Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-lru.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-lru Package: liblru-ocaml-dev Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Suggests: ocaml-findlib Description: scalable LRU caches (development) Lru provides weight-bounded finite maps that can remove the least-recently-used (LRU) bindings in order to maintain a weight constraint. . This package contains development files. Package: liblru-ocaml Architecture: any Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${ocaml:Provides} Suggests: ocaml-findlib Description: scalable LRU caches (runtime) Lru provides weight-bounded finite maps that can remove the least-recently-used (LRU) bindings in order to maintain a weight constraint. . This package contains runtime files.