summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-05 07:36:13 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-05 18:42:23 +0000
commit264b39fd002563f8aa0f8ddd589e7aab26c835a5 (patch)
tree12e3678e13cf6ec5b248fa67b3ee4998da1630de /ANNOUNCE
parent6d7e3df54efd9a96164045512e41d6d7235a4c01 (diff)
downloadswig-264b39fd002563f8aa0f8ddd589e7aab26c835a5.tar.gz
Disable CFFI Common Lisp 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 2187b0f6b..764f39c92 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 (CFFI).
+D, Ocaml, Octave, R, Scilab.
SWIG can also export its parse tree in
the form of XML. Major applications of SWIG
include generation of scripting language extension modules, rapid