git.fiddlerwoaroof.com
Browse code

Update rss.lisp

fiddlerwoaroof authored on 18/09/2015 14:33:48
Showing 1 changed files
... ...
@@ -1,3 +1,9 @@
1
+;(in-package :cl-user)
2
+;(defpackage :whitespace.rss
3
+;  (:shadow "to-json")
4
+;  (:use #:cl #:alexandria #:postmodern #:lquery #:cl-syntax #:cl-annot.syntax #:cl-annot.class
5
+;        #:whitespace.tables #:iterate))
6
+
1 7
 (in-package :whitespace.rss)
2 8
 (cl-annot.syntax:enable-annot-syntax)
3 9