#!r6rs
;; Submit-To: https://akkuscm.org/packages/
(package
 (name "http-pixiu")
 (versions
  ((version "1.0.4")
   (synopsis "A http server based on scheme")
   (authors "Wang Zheng")
   (license "MIT")
   (lock (location
          (git "https://github.com/Scheme-Software-Development/http-pixiu.git"))
         (revision "6f64f192e9fb70d8bc85107819219f1de81901e1"))
   (depends
    ("ufo-try" "^1.0.0")
    ((chibi uri) "^0.9.0")
    ("ufo-socket" "^1.0.1")
    ("ufo-threaded-function" "^1.0.5")
    ("ufo-coroutines" "^1.0.3")
    ("chez-srfi" ">=0.0.0-akku <1.0.0"))
   (depends/dev)
   (conflicts))))
