1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: cl-asdf-flv
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Peter Van Eynde <pvaneynd@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://www.lrde.epita.fr/~didier/software/lisp/misc.php#asdf-flv
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-asdf-flv.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-asdf-flv
Rules-Requires-Root: no
Package: cl-asdf-flv
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: file-local variables through Common Lisp's ASDF
ASDF-FLV provides support for file-local variables through ASDF (the Common
Lisp standard utility for building projects and declaring dependencies between
them).
.
A file-local variable behaves like *PACKAGE* and *READTABLE* with respect to
LOAD and COMPILE-FILE: a new dynamic binding is created before processing the
file, so that any modification to the variable essentially becomes file-local.
|