cl-fad
Portable pathname library for Common Lisp
CL-FAD (for "Files and Directories") is a thin layer atop Common Lisp's standard pathname functions. It is intended to provide some unification between current CL implementations on Windows, OS X, Linux, and Unix. Most of the code was written by Peter Seibel for his book Practical Common Lisp.
- Versions: 0.7.6-1.3f4d32d
- Website: https://edicl.github.io/cl-fad/
- Licenses: FreeBSD
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cl-fad
as follows:
guix install cl-fad
Or install a particular version:
guix install cl-fad@0.7.6-1.3f4d32d
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of cl-fad about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cl-fad'><img src='https://packages.guix.gnu.org/packages/cl-fad/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/cl-fad)
Example Org:
[[https://packages.guix.gnu.org/packages/cl-fad][https://packages.guix.gnu.org/packages/cl-fad/badges/latest-version.svg]]