quick-fastq.asd @ b99ecbdb6688

Remove dependency
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Mar 2026 16:58:41 -0400
parents 57a12bdb713e
children (none)
(asdf:defsystem :quick-fastq
  :description "A tool for quickly generating synthetic FASTQ files."
  :author "Steve Losh <steve@stevelosh.com>"
  :homepage "https://github.com/sjl/quick-fastq"

  :license "GPL-3.0-or-later"

  :depends-on (:alexandria :iterate)

  :serial t
  :components ((:file "quick-fastq")))