10 lines
266 B
Common Lisp
10 lines
266 B
Common Lisp
(defsystem "rsss"
|
|
:version "0.9"
|
|
:author "Jaidyn Ann <jadedctrl@teknik.io>"
|
|
:license "GPLv3"
|
|
:depends-on ("xmls")
|
|
:components ((:file "rsss"))
|
|
:description
|
|
"Reading Syndicated Stuff Sagely is a feed format-neutral parser.
|
|
Both Atom and RSS-friendly.")
|