]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - Config.in
b926286cc45daa5042e69d5cee4e9afde2eba972
[packages/trusty/cirros-testvm.git] / Config.in
1 config BR2_PACKAGE_PYTHON_PYPARSING
2         bool "python-pyparsing"
3         help
4           The pyparsing module is an alternative approach to creating and
5           executing simple grammars, vs. the traditional lex/yacc approach,
6           or the use of regular expressions. The pyparsing module provides
7           a library of classes that client code uses to construct the grammar
8           directly in Python code.
9
10           http://pyparsing.wikispaces.com/