summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-05 07:21:35 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-05 18:42:16 +0000
commit6d7e3df54efd9a96164045512e41d6d7235a4c01 (patch)
treee98cde4b03dc306e18668c81de6cf70762036a82 /ANNOUNCE
parent09e0577d95dc39b158c68d02ecd54610bb009949 (diff)
downloadswig-6d7e3df54efd9a96164045512e41d6d7235a4c01.tar.gz
Disable Allegrcol 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 'ANNOUNCE')
-rw-r--r--ANNOUNCE2
1 files changed, 1 insertions, 1 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index cd273f590..2187b0f6b 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -11,7 +11,7 @@ SWIG is a software development tool that reads C/C++ header files and
generates the wrapper code needed to make C and C++ code accessible
from other programming languages including Perl, Python, Tcl, Ruby,
PHP, C#, Go, Java, Javascript, Lua, Scheme (Guile, MzScheme),
-D, Ocaml, Octave, R, Scilab, Common Lisp (Allegro CL, CFFI).
+D, Ocaml, Octave, R, Scilab, Common Lisp (CFFI).
SWIG can also export its parse tree in
the form of XML. Major applications of SWIG
include generation of scripting language extension modules, rapid