python-treq: bump to version 16.12.0
[buildroot-gz.git] / package / execline / Config.in
blob556f9a5c2e4ac654258acd4cd6a4d28fd8846cc4
1 config BR2_PACKAGE_EXECLINE
2         bool "execline"
3         select BR2_PACKAGE_SKALIBS
4         depends on BR2_USE_MMU # skalibs
5         help
6           execline is a (non-interactive) scripting language, like sh;
7           but its syntax is quite different from a traditional shell
8           syntax. The execlineb program is meant to be used as an
9           interpreter for a text file; the other commands are
10           essentially useful inside an execlineb script.
12           http://skarnet.org/software/execline/