;;;; slib-charplot.egg -*- Scheme -*- ;;;; Kon Lovett, Mar '20 ((synopsis "The SLIB character plotting library") (version "1.1.2") (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")) ) )