cl-asdf-flv 2.1-1 source package in Ubuntu
Changelog
cl-asdf-flv (2.1-1) unstable; urgency=medium * Initial release. (Closes: #900148) -- Sébastien Villemot <email address hidden> Sat, 26 May 2018 19:15:34 +0200
Upload details
- Uploaded by:
- Debian Common Lisp Team on 2018-05-28
- Uploaded to:
- Sid
- Original maintainer:
- Debian Common Lisp Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-04-24 | universe | misc |
Focal | release | on 2019-10-18 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
cl-asdf-flv_2.1-1.dsc | 2.0 KiB | fc2fd6b295908aa199ffc69b5ecc0a420c66c60ea12dbc76435df6176f06271c |
cl-asdf-flv_2.1.orig.tar.gz | 2.2 KiB | 4f5b12d448a146de8a1b5a367208ac5a08ea89a83e7a4bb1f42933f7b57ccf59 |
cl-asdf-flv_2.1-1.debian.tar.xz | 1.7 KiB | 28bd9fa77649570dfff4571289476a19555d00e12583e59cc7b6f06657c82ae2 |
No changes file available.
Binary packages built by this source
- cl-asdf-flv: 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.