summaryrefslogtreecommitdiff
blob: 31f9fc2a2ddb9c20964b6e5ba27c7b220a2f8894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>common-lisp</herd>
<longdescription>
LTK is a Common Lisp binding for the Tk graphics toolkit. It does not require
any Tk knowledge for its usage. As it is written in pure Lisp, it is highly
portable.

The main objective for Ltk was to create a GUI library which is portable across
different operating systems and Common Lisp implementations. Furthermore it
should be easy to set up. So with the exception of one single function, the
whole code of ltk is pure ANSI Common Lisp. No external programs besides a
standard installation of tcl/tk are required.

Ltk supports the following Lisp systems: Allegro, CMUCL, CLisp, ECL, LispWorks,
OpenMCL, SBCL. Ltk was successfully tested using Lispworks, CLisp, CMUCL, SBCL
under Linux and Lispworks, CLisp, and SBCL using Mac Os X, CLisp, Allegro and
Lispworks using Windows.
</longdescription>
</pkgmetadata>