Source-Makefile: feeds/packages/lang/python/python-lru-dict/Makefile Package: python3-lru-dict Submenu: Python Version: 1.3.0-r1 Depends: +libc +python3-light Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: An Dict like LRU container Maintainer: Timothy Ace Source: lru-dict-1.3.0.tar.gz License: MIT LicenseFiles: LICENSE URL: https://github.com/amitdev/lru-dict Type: ipkg 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. @@ Package: python3-lru-dict-src Submenu: Python Version: 1.3.0-r1 Depends: +libc Conflicts: Menu-Depends: Provides: Section: lang Category: Languages Repository: base Title: An Dict like LRU container (sources) Maintainer: Timothy Ace Source: lru-dict-1.3.0.tar.gz License: MIT LicenseFiles: LICENSE URL: https://github.com/amitdev/lru-dict Type: ipkg 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. This package contains the Python source files for python3-lru-dict. @@ Config: depends on PACKAGE_python3-lru-dict @@