package.lisp @ 9ddd1cab15a0

Update URLs
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 15:26:57 -0500
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))