2019-11-18 23:38:26 -06:00
|
|
|
(defsystem "eksd"
|
2024-05-26 17:55:43 -05:00
|
|
|
:version "0.11"
|
2024-05-26 17:35:11 -05:00
|
|
|
:license "GPLv3"
|
2024-05-26 17:55:43 -05:00
|
|
|
:author "Jaidyn Ann <jadedctrl@posteo.at>"
|
|
|
|
:homepage "https://hak.xwx.moe/jadedctrl/eksd"
|
2024-05-26 17:35:11 -05:00
|
|
|
:description "For reading files into hex— `xxd`-like with text-tables."
|
|
|
|
:depends-on ()
|
|
|
|
:components ((:file "eksd")))
|
2019-11-18 23:38:26 -06:00
|
|
|
|
2024-05-26 18:00:39 -05:00
|
|
|
(defsystem "eksd.unix"
|
2024-05-26 17:55:43 -05:00
|
|
|
:version "0.11"
|
2024-05-26 17:35:11 -05:00
|
|
|
:license "GPLv3"
|
2024-05-26 17:55:43 -05:00
|
|
|
:author "Jaidyn Ann <jadedctrl@posteo.at>"
|
|
|
|
:homepage "https://hak.xwx.moe/jadedctrl/eksd"
|
2024-05-26 17:35:11 -05:00
|
|
|
:description "UNIX terminal front-tend to eksd. `xxd` twin."
|
|
|
|
:depends-on (:eksd :unix-opts :cl-strings)
|
|
|
|
:components ((:file "eksd-unix")))
|