How to Install and Uninstall cl-named-readtables Package on Kali Linux

Last updated: November 05,2024

1. Install "cl-named-readtables" package

This tutorial shows how to install cl-named-readtables on Kali Linux

$ sudo apt update $ sudo apt install cl-named-readtables

2. Uninstall "cl-named-readtables" package

Learn how to uninstall cl-named-readtables on Kali Linux:

$ sudo apt remove cl-named-readtables $ sudo apt autoclean && sudo apt autoremove

3. Information about the cl-named-readtables package on Kali Linux

Package: cl-named-readtables
Version: 20201221.gitc5689a4-1
Installed-Size: 110
Maintainer: Debian Common Lisp Team
Architecture: all
Size: 28004
SHA256: a1873ee12e7160acc029a68e2fe1e903d26e785a6908f5bdc67c8ba8a091d732
SHA1: 78e20d63f47b3d0b31755ca1a06d6722defd7f99
MD5sum: 7b1a26a1e6edff6d4a899d04dd61dbd6
Description: Common Lisp library that creates namespaces for named readtables
Named-Readtables is a library that provides a namespace for readtables akin to
the already-existing namespace of packages in Common Lisp. In particular:
.
- you can associate readtables with names, and retrieve readtables by names;
.
- you can associate source files with readtable names, and be sure that the
right readtable is active when compiling/loading the file;
.
- similarly, your development environment now has a chance to automatically
determine what readtable should be active while processing source forms on
interactive commands. (E.g. think of `C-c C-c` in Slime (yet to be done))
.
It follows that Named-Readtables is a facility for using readtables in
a localized way.
.
Additionally, it also attempts to become a facility for using
readtables in a modular way. In particular:
.
- it provides a macro to specify the content of a readtable at a glance;
.
- it makes it possible to use multiple inheritance between readtables.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/melisgl/named-readtables
Section: lisp
Priority: optional
Filename: pool/main/c/cl-named-readtables/cl-named-readtables_20201221.gitc5689a4-1_all.deb