git.fiddlerwoaroof.com
package.lisp
1f87a762
 ;;;; this is part of vector-update-stream.  see vector-update-stream.asd for license info
12d3f2ca
 ;;;; package.lisp
 
 (defpackage :vector-update-stream
e49c8d58
   (:use :cl :trivial-gray-streams)
   (:export #:make-update-stream))
12d3f2ca