This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/cl-fad/badges/latest-version.svg)](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]]