19 changed files with 81 additions and 86 deletions
@ -1,23 +1,19 @@
|
||||
# golden-utils |
||||
# mfiano-utils |
||||
|
||||
Auxiliary Utilities (AU). |
||||
My personal utilities library. |
||||
|
||||
## Overview |
||||
|
||||
A collection of personal utilities that have been found useful. |
||||
A collection of personal utilities that I have found useful. |
||||
|
||||
## Install |
||||
|
||||
```lisp |
||||
(ql:quickload :golden-utils) |
||||
(ql:quickload :mfiano-utils) |
||||
``` |
||||
|
||||
## Usage |
||||
|
||||
TODO |
||||
|
||||
## License |
||||
|
||||
Copyright © 2017-2020 Michael Fiano <mail@mfiano.net> |
||||
Copyright © 2017-2022 Michael Fiano <mail@mfiano.net> |
||||
|
||||
Licensed under the MIT License. |
||||
|
@ -1,10 +1,12 @@
|
||||
(asdf:defsystem #:golden-utils |
||||
(asdf:defsystem #:mfiano-utils |
||||
:description "A utility library." |
||||
:author ("Michael Fiano <mail@mfiano.net>") |
||||
:author "Michael Fiano <mail@mfiano.net>" |
||||
:license "MIT" |
||||
:homepage "https://git.mfiano.net/mfiano/golden-utils" |
||||
:homepage "https://github.com/mfiano/mfiano-utils" |
||||
:version "0.1.0" |
||||
:encoding :utf-8 |
||||
:depends-on (#:alexandria |
||||
#:serapeum |
||||
#:uiop) |
||||
:pathname "src" |
||||
:serial t |
Loading…
Reference in new issue