1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: parenscript
Section: devel
Priority: optional
Maintainer: Luca Capello <luca@pca.it>
Uploaders: Martin Würtele <maxx@debian.org>, Peter Van Eynde <pvaneynd@debian.org>
Build-Depends-Indep: dh-lisp
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.7.2
XS-X-VCS-Darcs: http://cl-debian.alioth.debian.org/repository/lcapello/parenscript/
Package: cl-parenscript
Architecture: all
Depends: ${misc:Depends}
Recommends: cl-ppcre, cl-fiveam
Suggests: tetex-bin, tetex-extra
Description: JavaScript embedded in a Common Lisp host
Parenscript is a small lispy language that can be compiled to
JavaScript.
.
It also comes with an embedded CSS representation in Common Lisp.
This simplifies the development of web applications in Common Lisp
by allowing the Common Lisp programmer to write all the documents
in Common Lisp syntax.
.
HTML pages, CSS files and JavaScript code can be generated with
the full power of Common Lisp and its macros.
.
The recommended packages add extra features: test suite with
cl-ppcre and cl-fiveam.
.
Single file documentation is provided via the tetex-bin and
tetex-extra packages.
.
Homepage: http://www.cliki.net/Parenscript
|