package.lisp @ e73c4713b159

Implement peekable streams ourselves in the quest for zerodeps
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Feb 2018 15:43:03 -0500
parents aa5470cfe026
children fb0afda02c8a
(defpackage :trivial-ppm
  (:use
    :cl
    :trivial-ppm.quickutils)
  (:export
    :read-from-file
    :read-from-stream
    :write-to-file
    :write-to-stream))