The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-pyparsing / 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/