;;;; slib-charplot.egg -*- Scheme -*- ;;;; Kon Lovett, Mar '20 ((synopsis "The SLIB character plotting library") (version "1.1.7") (author "Aubrey Jaffer") (maintainer "Kon Lovett") (license "Artistic") (category graphics) (dependencies slib-arraymap srfi-63) (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" "-no-procedure-checks-for-usual-bindings")) ) )