~ salmonella-environment-setup (master) /conf/chicken-5-tcc-no-cache.conf


 1;; -*- scheme -*-
 2(cond-expand
 3 (chicken-5
 4  (import (chicken load)))
 5 (else))
 6
 7(load-relative "./common/chicken-5.scm")
 8(load-relative "./common/tcc.scm")
 9
10(keep-repo? #f)
Trap