;; -*- mode: Scheme; -*- ((synopsis "LLRB tree general and customized to key types.") (category data) (license "BSD") (author "Jörg F. Wittenberger") (version "0.3.2") ;;(doc-from-wiki) (build-dependencies llrb-syntax) (dependencies srfi-128 miscmacros) (components (extension llrb-tree (types-file) (csc-options "-O3" "-lfa2" "-d2" "-clustering" "-no-trace" "-no-lambda-info") (modules llrb-tree llrb-symbol-tree llrb-string-table llrb-fixnum-table))))