;;;; -*- Hen -*- (define has-exports? (string>=? (chicken-version) "2.310")) (define (dynld-name fn) (make-pathname #f fn ##sys#load-dynamic-extension)) (compile -O2 -d0 -s digraph.scm -j digraph) (compile -O2 -d0 -s digraph.import.scm) (run (csi -s digraph-eggdoc.scm > digraph.html)) (install-extension ; Name of your extension: 'digraph ; Files to install for your extension: `(,(dynld-name "digraph") ,(dynld-name "digraph.import") ) ; Assoc list with properties for your extension: `((version 1.11) (documentation "digraph.html") ))