Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/polaris/chrono


https://github.com/polaris/chrono

common-lisp time-conversion

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# chrono

This is a project to do ... something.

## Build executable

```
buildapp --output chrono \
--asdf-path ~/quicklisp/local-projects/chrono/ \
--asdf-tree ~/quicklisp/dists/ \
--load-system chrono \
--eval '(defun main (args) (chrono:toplevel args))' \
--entry main \
--compress-core
```