blob: 156638476cd747118411cde4fda69f0e09bfa7e0 (
plain)
1
2
3
4
5
6
7
|
config BR2_PACKAGE_PYTHON_PYTRIE
bool "python-pytrie"
select BR2_PACKAGE_PYTHON_SORTEDCONTAINERS # runtime
help
A pure Python implementation of the trie data structure.
https://pypi.python.org/pypi/PyTrie
|