trivial-ppm.asd @ b8cc0a56b57e

Order array dimensions as width, height
author Steve Losh <steve@stevelosh.com>
date Tue, 16 Jan 2018 19:56:02 -0500
parents f1ad2033144e
children 1320162a9ed0
(asdf:defsystem :trivial-ppm
  :description
  "Common Lisp support for reading/writing the PPM/PGM/PBM image formats."

  :author "Steve Losh <steve@stevelosh.com>"

  :license "MIT/X11"

  :depends-on (:flexi-streams)

  :serial t
  :components ((:module "vendor" :serial t
                :components ((:file "quickutils-package")
                             (:file "quickutils")))
               (:file "package")
               (:module "src" :serial t
                :components
                ((:file "main")))))