;; © 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 (only bi-combinators bi-each) scsh-process srfi-1 srfi-42 srfi-69 strse sxml-serializer html-parser http-client (rename uri-common (uri-reference reference) (absolute-uri absolute) (uri-path path) (uri-query query) (uri-fragment fragment) (uri-host host) (uri-reference? reference?) (absolute-uri? absolute?) (uri-path-absolute? path-absolute?) (uri-path-relative? path-relative?) (uri-relative-to relative-to) (uri-relative-from relative-from)) (only sxml-transforms pre-post-order* pre-post-order-splice*) (only sxpath sxpath) (chicken file) (chicken file posix) (chicken random) (chicken io) (chicken pretty-print) (chicken process-context) (chicken process-context posix) (chicken port) (chicken string)) (reexport anaphora brev-separate miscmacros (clojurian syntax) logical-combinators (only bi-combinators bi-each) scsh-process srfi-1 srfi-42 srfi-69 strse sxml-serializer html-parser http-client (rename uri-common (uri-reference reference) (absolute-uri absolute) (uri-path path) (uri-query query) (uri-fragment fragment) (uri-host host) (uri-reference? reference?) (absolute-uri? absolute?) (uri-path-absolute? path-absolute?) (uri-path-relative? path-relative?) (uri-relative-to relative-to) (uri-relative-from relative-from)) (only sxml-transforms pre-post-order* pre-post-order-splice*) (only sxpath sxpath) (chicken file) (chicken file posix) (chicken random) (chicken io) (chicken pretty-print) (chicken process-context) (chicken process-context posix) (chicken port) (chicken string)))