null-package
Safe and robust S-Expression reader. Useful to read from unfailthfull stream/socket.
$ area51 add null-packageCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(null-package:some-function ...)