Source: lazymap-clojure Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Apollon Oikonomopoulos Build-Depends: clojure (>= 1.8), debhelper (>= 10), default-jdk, javahelper (>= 0.32), markdown Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/lazymap-clojure.git Vcs-Browser: https://anonscm.debian.org/git/pkg-java/lazymap-clojure.git Homepage: https://bitbucket.org/kotarak/lazymap Package: liblazymap-clojure Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: transparent wrapper around Clojure's map types LazyMap is a transparent wrapper around the map types of Clojure. It works similar to lazy-seq for sequences: the value associated with a key via lazy-assoc is not evaluated until it is actually accessed. So if the value is dissoc'd before it is accessed the code necessary to generate the value is not executed at all.