Package: python3-lru-dict
Version: 1.3.0-r1
Depends: libc, python3-light
Source: feeds/packages/lang/python/python-lru-dict
SourceName: python-lru-dict
License: MIT
LicenseFiles: LICENSE
Section: lang
SourceDateEpoch: 1774124864
URL: https://github.com/amitdev/lru-dict
Maintainer: Timothy Ace <openwrt@timothyace.com>
Architecture: i386_pentium4
Installed-Size: 40960
Description:  A fixed size dict like container which evicts Least Recently Used (LRU) items
 once size limit is exceeded. There are many python implementations available
 which does similar things. This is a fast and efficient C implementation. LRU
 maximum capacity can be modified at run-time. If you are looking for pure
 python version, look elsewhere.
