summaryrefslogtreecommitdiff
path: root/swig.spec.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-04 21:41:11 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-05 18:42:12 +0000
commit09e0577d95dc39b158c68d02ecd54610bb009949 (patch)
treebff1ea9d09f226c5c904c1937a10d2e8ff343363 /swig.spec.in
parentcb4bd2642263ab74ecc334169556ac9d97c437e7 (diff)
downloadswig-09e0577d95dc39b158c68d02ecd54610bb009949.tar.gz
Disable Chicken target language
Clean up to disable target languages that have been neglected/not functional. Target language be fully deleted in SWIG 4.1 unless a new maintainer brings it up to an acceptable status (experimental or supported). Issue #1447
Diffstat (limited to 'swig.spec.in')
-rw-r--r--swig.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig.spec.in b/swig.spec.in
index 52d278cf7..140b96206 100644
--- a/swig.spec.in
+++ b/swig.spec.in
@@ -27,7 +27,7 @@ with a variety of high-level programming languages. SWIG is primarily used with
common scripting languages such as Perl, Python, Tcl/Tk, and Ruby, however the
list of supported languages also includes non-scripting languages such as Java,
OCAML and C#. Also several interpreted and compiled Scheme implementations
-(Guile, MzScheme, Chicken) are supported. SWIG is most commonly used to create
+(Guile, MzScheme) are supported. SWIG is most commonly used to create
high-level interpreted or compiled programming environments, user interfaces,
and as a tool for testing and prototyping C/C++ software. SWIG can also export
its parse tree in the form of XML.