File: control

package info (click to toggle)
cl-fad 20220110.git3f4d32d-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: lisp: 1,011; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 918 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: cl-fad
Section: lisp
Priority: optional
Maintainer: Debian Common Lisp Team <debian-common-lisp@lists.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.0
Homepage: https://edicl.github.io/cl-fad/
Vcs-Git: https://salsa.debian.org/common-lisp-team/cl-fad.git
Vcs-Browser: https://salsa.debian.org/common-lisp-team/cl-fad
Rules-Requires-Root: no

Package: cl-fad
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         cl-bordeaux-threads,
         cl-alexandria
Description: 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.