package.lisp @ 8f8345435007 default tip

Update array constructors to please new SBCL
author Steve Losh <steve@stevelosh.com>
date Tue, 23 Jul 2024 09:41:58 -0400
parents 8a6db152fb11
children (none)
(defpackage :netpbm
  (:use :cl :netpbm.quickutils)
  (:export
    :read-from-file
    :read-from-stream
    :read-texture-from-file
    :read-texture-from-stream
    :write-to-file
    :write-to-stream)
  (:shadow :read-byte))