summaryrefslogtreecommitdiffstats
path: root/package/gauche/Config.in
diff options
context:
space:
mode:
authorkei-k@ca2.so-net.ne.jp <kei-k@ca2.so-net.ne.jp>2015-11-04 22:40:27 +0900
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-11-04 15:40:29 +0100
commit1072b38788b03f39bb5f302a5b71837f25af2d9f (patch)
tree6912d8cc5a1fcf4ce401f5c9a215f70d6c88422d /package/gauche/Config.in
parent934dd60eb5c5e1802f6ba335a2fbde423a847278 (diff)
downloadbuildroot-1072b38788b03f39bb5f302a5b71837f25af2d9f.tar.gz
buildroot-1072b38788b03f39bb5f302a5b71837f25af2d9f.zip
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>
Diffstat (limited to 'package/gauche/Config.in')
-rw-r--r--package/gauche/Config.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/gauche/Config.in b/package/gauche/Config.in
new file mode 100644
index 0000000000..072067224f
--- /dev/null
+++ b/package/gauche/Config.in
@@ -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
OpenPOWER on IntegriCloud