package.lisp @ aa5470cfe026

Export API functions
author Steve Losh <steve@stevelosh.com>
date Mon, 22 Jan 2018 18:35:39 -0500
parents de4030a2d5b9
children fb0afda02c8a
(defpackage :trivial-ppm
  (:use
    :cl
    :trivial-ppm.quickutils)
  (:export
    :read-from-file
    :read-from-stream
    :write-to-file
    :write-to-stream))