Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polaris/chrono
https://github.com/polaris/chrono
common-lisp time-conversion
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/polaris/chrono
- Owner: polaris
- Created: 2023-02-13T21:08:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T08:19:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T15:56:58.848Z (3 months ago)
- Topics: common-lisp, time-conversion
- Language: Common Lisp
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```