;;;; -*- Hen -*- (define (dynld-name fn) (make-pathname #f fn ##sys#load-dynamic-extension)) (compile -O2 -d0 -s patch.scm -j patch) (compile -O2 -d0 -s patch.import.scm) (install-extension ; Name of your extension: 'patch ; Files to install for your extension: `(,(dynld-name "patch") ,(dynld-name "patch.import") ) ; Assoc list with properties for your extension: `((version 1.14) (documentation "patch.html") ))