package.lisp @ 1d0852c279f7

Add auto-module ASDF to save typing.  Thanks, jackdaniel
author Steve Losh <steve@stevelosh.com>
date Sat, 15 Dec 2018 16:56:57 -0500
parents f4ede9fed310
children (none)
(defpackage :rosalind
  (:use
    :cl
    :iterate
    :losh
    :rosalind.quickutils)
  (:import-from :1am :is)
  (:shadowing-import-from :1am :test)
  (:export :run-tests))