This is the trivial-compress Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Tue Jul 15 06:54:16 2025 GMT+0.
The main system appears first, followed by any subsystem dependency.
trivial-compressCompress a directory.
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
(GIT git@github.com:ceramic/trivial-compress.git)
MIT
# trivial-compress
[](https://travis-ci.org/ceramic/trivial-compress)
Compress a directory.
# Usage
~~~lisp
(trivial-compress:tar #p"/my/files/" #p"/files.tar")
(trivial-compress:zip #p"/my/files/" #p"/files.zip")
~~~
# License
Copyright (c) 2016 Fernando Borretti
Licensed under the MIT License.
0.1
archive (system).
zip (system).
which (system).
uiop (system).
alexandria (system).
src (module).
Modules are listed depth-first from the system components tree.
trivial-compress/srctrivial-compress (system).
cl.lisp (file).
native.lisp (file).
trivial-compress.lisp (file).
Files are sorted by type and then listed depth-first from the systems components trees.
trivial-compress/trivial-compress.asdtrivial-compress/src/cl.lisptrivial-compress/src/native.lisptrivial-compress/src/trivial-compress.lisptrivial-compress/trivial-compress.asdtrivial-compress (system).
trivial-compress/src/cl.lispsrc (module).
subtract-pathname (function).
trivial-compress/src/native.lisptrivial-compress/src/trivial-compress.lispnative.lisp (file).
src (module).
Packages are listed by definition order.
trivial-compress.nativeCompress using native utilities.
common-lisp.
trivial-compress.clCompress using pure Common Lisp.
common-lisp.
subtract-pathname (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Create a tar archive from the contents of a directory.
Create a tar archive from the contents of a directory.
Create a tar archive from the contents of a directory.
Create a zip archive from the contents of a directory.
Create a zip archive from the contents of a directory.
Create a zip archive from the contents of a directory.
root is an absolute directory, and pathname is an absolute pathname, such that pathname is inside of root. Remove the common directory components, leaving a relative pathname.
| Jump to: | F S T Z |
|---|
| Jump to: | F S T Z |
|---|
| Jump to: | C F M N P S T |
|---|
| Jump to: | C F M N P S T |
|---|