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
|
Source: cl-interpol
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>,
Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper-compat (= 13),
debhelper (>= 12.8~)
Standards-Version: 4.5.1
Homepage: https://edicl.github.io/cl-interpol/
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-interpol.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-interpol
Rules-Requires-Root: no
Package: cl-interpol
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
cl-unicode,
cl-named-readtables
Recommends: cl-flexi-streams
Description: String interpolation for Common Lisp
CL-INTERPOL is a library for Common Lisp which modifies the reader so that
you can have interpolation within strings similar to Perl or Unix Shell
scripts. It also provides various ways to insert arbitrary characters into
literal strings even if your editor/IDE doesn't support them.
|