quick-fastq.asd @ 125faa034b9a default tip

Fix README typo
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Mar 2026 10:51:35 -0400
parents b99ecbdb6688
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")))