quick-fastq.asd @ 57a12bdb713e

Initial commit
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Mar 2026 16:38:57 -0400
parents (none)
children b99ecbdb6688
(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 :losh)

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