Source: parenscript Section: devel Priority: optional Maintainer: Luca Capello Uploaders: Peter Van Eynde Build-Depends-Indep: dh-lisp Build-Depends: debhelper (>= 5.0.0) Standards-Version: 3.7.2 Homepage: http://www.cliki.net/Parenscript 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: texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, python 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 texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended and python packages.