Files
buildroot/package/ficl/Config.in
Francois Perrad e7dcf9e5af package/ficl: bump to version 3.065
- sources are now hosted on Github
- ficl have its own LICENSE file
- remove one upstreamed patch
- support only static lib
- requires C11

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-04-23 21:34:29 +02:00

14 lines
434 B
Plaintext

config BR2_PACKAGE_FICL
bool "ficl"
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6 # C11/static_assert
help
Ficl is a programming language interpreter designed to be
embedded into other systems as a command, macro, and
development prototyping language.
Ficl is an acronym for "Forth Inspired Command Language".
https://ficl.sourceforge.net/
comment "ficl needs a gcc >= 4.6"
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6