;; © 2021 Idiomdrottning. ;; This file is public domain. The submodules that are reexported here ;; can have other licenses, including GPL. Check in the egg ;; repository. (module brev () (import scheme (chicken module)) (import anaphora brev-separate miscmacros (clojurian syntax) logical-combinators define-options (only bi-combinators bi-each) scsh-process srfi-1 srfi-42 srfi-69 strse sxml-serializer html-parser http-client (only sxml-transforms pre-post-order* pre-post-order-splice*) (only sxpath sxpath) (chicken file) (chicken file posix) (chicken random) (chicken io) (chicken pathname) (chicken pretty-print) (chicken process-context) (chicken process-context posix) (chicken port) (chicken string)) (reexport anaphora brev-separate miscmacros (clojurian syntax) logical-combinators define-options (only bi-combinators bi-each) scsh-process srfi-1 srfi-42 srfi-69 strse sxml-serializer html-parser http-client (only sxml-transforms pre-post-order* pre-post-order-splice*) (only sxpath sxpath) (chicken file) (chicken file posix) (chicken random) (chicken io) (chicken pathname) (chicken pretty-print) (chicken process-context) (chicken process-context posix) (chicken port) (chicken string)))