losh.asd @ b6b6000308ea

Remove `slurp` and `spit`

They duplicate Alexandria's `read-file-into-string` and
`write-string-into-file`.
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Aug 2016 00:45:49 +0000
parents 5c813bb6d9fe
children 6aeaaa9a56bf
(asdf:defsystem #:losh
  :name "losh"
  :description "My personal utility belt library."

  :author "Steve Losh <steve@stevelosh.com>"

  :license "MIT/X11"
  :version "0.0.1"

  :depends-on (#:iterate)

  :serial t
  :components
  ((:file "quickutils")
   (:file "package")
   (:file "losh")))