File: control

package info (click to toggle)
cl-heredoc 0.1.0~git20210329.a8c8a35%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: lisp: 105; makefile: 5
file content (22 lines) | stat: -rw-r--r-- 879 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: cl-heredoc
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.1
Homepage: https://github.com/e-user/cl-heredoc
Vcs-Git: https://salsa.debian.org/common-lisp-team/trivial-macroexpand-all.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/trivial-macroexpand-all
Rules-Requires-Root: no

Package: cl-heredoc
Architecture: all
Depends: ${misc:Depends}
Description: reader macro for heredocs in Common Lisp
 cl-heredoc is an implementation of "here documents" that allow the user to
 embed literal strings into code or data without any need for quoting,
 something that is missing in both ANSI Common Lisp and popular
 implementations.
 .
 It is implemented in portable, ANSI-standard Common Lisp.