;;;; slib-charplot.egg -*- Scheme -*- ;;;; Kon Lovett, Mar '20 ((synopsis "The SLIB character plotting library") (version "1.1.1") (author "Aubrey Jaffer") (maintainer "[[kon lovett]]") (license "Artistic") (category graphics) (dependencies (slib-arraymap "1.0.0") (srfi-63 "0.5") ) (test-dependencies test) (components (extension slib-charplot (types-file) ;no "-strict-types" due to `charplot.scm:309' npts set! (csc-options "-O3" "-d1" "-no-procedure-checks-for-toplevel-bindings")) ) )