This is the trivial-exe Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:55:54 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
trivial-exe
Tools for working with executables
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
(GIT git@github.com:ceramic/trivial-exe.git)
MIT
# trivial-exe
[![Build Status](https://travis-ci.org/ceramic/trivial-exe.svg?branch=master)](https://travis-ci.org/ceramic/trivial-exe)
[![Coverage Status](https://coveralls.io/repos/ceramic/trivial-exe/badge.svg?branch=master&service=github)](https://coveralls.io/github/ceramic/trivial-exe?branch=master)
Tools for working with executables
# Usage
“‘lisp
CL-USER> (ql:quickload :trivial-exe)
CL-USER> (trivial-exe:executable-pathname)
#P"/usr/local/bin/sbcl"
CL-USER> (trivial-exe:ensure-executable #p"/path/to/binary")
T
“‘
# License
Copyright (c) 2015 Fernando Borretti
Licensed under the MIT License.
0.1
uiop
(system).
osicat
(system).
src
(module).
Modules are listed depth-first from the system components tree.
trivial-exe/src
trivial-exe
(system).
trivial-exe.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
trivial-exe/src/trivial-exe.lisp
src
(module).
ensure-executable
(function).
executable-pathname
(function).
Packages are listed by definition order.
trivial-exe
common-lisp
.
ensure-executable
(function).
executable-pathname
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Jump to: | E F |
---|
Jump to: | E F |
---|
Jump to: | F M P S T |
---|
Jump to: | F M P S T |
---|