mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
gauche: new package
Gauche is an R7RS Scheme implementation developed to be a handy script interpreter, which allows programmers and systemadministrators to write small to large scripts for their daily chores. Quick startup, built-in system interface, native multilingual support are some of its goals. Signed-off-by: Hiroshi Kawashima <kei-k@ca2.so-net.ne.jp> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
934dd60eb5
commit
1072b38788
19
package/gauche/Config.in
Normal file
19
package/gauche/Config.in
Normal file
@@ -0,0 +1,19 @@
|
||||
config BR2_PACKAGE_GAUCHE
|
||||
bool "gauche"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_ARCH_HAS_ATOMICS
|
||||
help
|
||||
Gauche is an R7RS Scheme implementation developed to be a
|
||||
handy script interpreter, which allows programmers and
|
||||
system administrators to write small to large scripts for
|
||||
their daily chores. Quick startup, built-in system
|
||||
interface, native multilingual support are some of its
|
||||
goals.
|
||||
|
||||
http://practical-scheme.net/gauche/
|
||||
|
||||
comment "gauche needs a toolchain w/ NPTL"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_ARCH_HAS_ATOMICS
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
||||
Reference in New Issue
Block a user