Compare commits
1 Enmetoj
084d948e43
...
00adb56e40
Author | SHA1 | Date | |
---|---|---|---|
Jaidyn Ann | 00adb56e40 |
|
@ -69,5 +69,5 @@ And bam, you've made a binary. Cool.
|
|||
|
||||
## Misc
|
||||
* License is the GNU GPLv3 (COPYING.txt)
|
||||
* Author is Jaidyn Ann <jadedctrl@teknik.io>
|
||||
* Sauce is at https://github.com/jadedctrl/eksd
|
||||
* Author is Jaidyn Ann <jadedctrl@posteo.at>
|
||||
* Sauce is at https://hak.xwx.moe/jadedctrl/eksd
|
||||
|
|
4
eksd.asd
4
eksd.asd
|
@ -1,7 +1,7 @@
|
|||
(defsystem "eksd"
|
||||
:version "0.1"
|
||||
:license "GPLv3"
|
||||
:author "Jaidyn Ann <jadedctrl@teknik.io>"
|
||||
:author "Jaidyn Ann <jadedctrl@posteo.at>"
|
||||
:description "For reading files into hex— `xxd`-like with text-tables."
|
||||
:depends-on ()
|
||||
:components ((:file "eksd")))
|
||||
|
@ -9,7 +9,7 @@
|
|||
(defsystem "eksd-unix"
|
||||
:version "0.1"
|
||||
:license "GPLv3"
|
||||
:author "Jaidyn Ann <jadedctrl@teknik.io>"
|
||||
:author "Jaidyn Ann <jadedctrl@posteo.at>"
|
||||
:description "UNIX terminal front-tend to eksd. `xxd` twin."
|
||||
:depends-on (:eksd :unix-opts :cl-strings)
|
||||
:components ((:file "eksd-unix")))
|
||||
|
|
Ŝarĝante…
Reference in New Issue