;;;; srfi-29.setup -*- Hen -*- (use setup-helper-mod) (verify-extension-name "srfi-29") (unless (directory? (srfi-29-bundles-home)) (create-directory/parents (srfi-29-bundles-home)) ) (setup-shared-extension-module 'srfi-29 (extension-version "2.3.1") #:compile-options '( -disable-interrupts ; We got shared data but might not be necessary -fixnum-arithmetic -O3 -d1 -no-procedure-checks))