trivial-ppm.asd @ aa5470cfe026

Export API functions
author Steve Losh <steve@stevelosh.com>
date Mon, 22 Jan 2018 18:35:39 -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")))))