This is the trivial-compress Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:55:30 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
trivial-compress
Compress a directory.
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
(GIT git@github.com:ceramic/trivial-compress.git)
MIT
# trivial-compress
[![Build Status](https://travis-ci.org/ceramic/trivial-compress.svg?branch=master)](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/src
trivial-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.asd
trivial-compress/src/cl.lisp
trivial-compress/src/native.lisp
trivial-compress/src/trivial-compress.lisp
trivial-compress/trivial-compress.asd
trivial-compress
(system).
trivial-compress/src/cl.lisp
src
(module).
subtract-pathname
(function).
trivial-compress/src/native.lisp
trivial-compress/src/trivial-compress.lisp
native.lisp
(file).
src
(module).
Packages are listed by definition order.
trivial-compress.native
Compress using native utilities.
common-lisp
.
trivial-compress.cl
Compress 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 |
---|