sand.asd @ f2a11ed01196 default tip

Add Needleman-Wunsch
author Steve Losh <steve@stevelosh.com>
date Sat, 02 Nov 2019 11:06:08 -0400
parents e7c56841f0f4
children (none)
(asdf:defsystem :sand
  :name "sand"
  :description "A little sandbox to play around in."

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

  :license "MIT"
  :version "0.0.1"

  :depends-on (:alexandria
               :iterate
               :losh)

  :serial t
  :components ((:module "vendor"
                :serial t
                :components ((:file "quickutils")))))