git.fiddlerwoaroof.com
Browse code

Merge branch 'master' of github.com:fiddlerwoaroof/cl-openid-connect

fiddlerwoaroof authored on 20/09/2015 06:48:21
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