quick-fastq.asd @ 02081983e4e7
Add license
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Mon, 23 Mar 2026 16:41:36 -0400 |
| parents | 57a12bdb713e |
| 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")))