The trivial-exe Reference Manual

This is the trivial-exe Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:07:27 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 trivial-exe

Tools for working with executables

Maintainer

Fernando Borretti <>

Author

Fernando Borretti <>

Home Page

https://github.com/ceramic/trivial-exe

Source Control

(GIT git@github.com:ceramic/trivial-exe.git)

Bug Tracker

https://github.com/ceramic/trivial-exe/issues

License

MIT

Long Description

# 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.

Version

0.1

Dependencies
  • uiop (system).
  • osicat (system).
Source

trivial-exe.asd.

Child Component

src (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 trivial-exe/src

Source

trivial-exe.asd.

Parent Component

trivial-exe (system).

Child Component

trivial-exe.lisp (file).


4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 trivial-exe/trivial-exe.asd

Source

trivial-exe.asd.

Parent Component

trivial-exe (system).

ASDF Systems

trivial-exe.


4.1.2 trivial-exe/src/trivial-exe.lisp

Source

trivial-exe.asd.

Parent Component

src (module).

Packages

trivial-exe.

Public Interface

5 Packages

Packages are listed by definition order.


5.1 trivial-exe

Source

trivial-exe.lisp.

Use List

common-lisp.

Public Interface

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Ordinary functions

Function: ensure-executable (pathname)

Ensure a binary is executable.

Package

trivial-exe.

Source

trivial-exe.lisp.

Function: executable-pathname ()

Return the absolute pathname to the running executable.

Package

trivial-exe.

Source

trivial-exe.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables