xref: /OK3568_Linux_fs/buildroot/package/janet/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_JANET
2	bool "janet"
3	help
4	  Janet is a functional and imperative programming language.
5	  The entire language (core library, interpreter, compiler,
6	  assembler, PEG) is less than 1MB. You can also add Janet
7	  scripting to an application by embedding a single C file
8	  and two headers.
9
10	  https://janet-lang.org/
11