#!r6rs
;; Submit-To: https://akku.weinholt.se/archive/packages/
(package
  (name (retropikzel shell))
  (versions
    ((version "1.0.2")
      (synopsis
        "Library to run shell commands and get their output")
      (description
        "This Snow package is federated from http://snow-fort.org/. Installation requires Akku >=0.5.0."
        "Original license field: N/A")
      (license "NOASSERTION") (authors "Retropikzel")
      (homepage
        "http://snow-fort.org/s/iki.fi/retropikzel/retropikzel/shell/1.0.2/index.html")
      (lock
        (location
          (url "http://snow-fort.org/s/iki.fi/retropikzel/retropikzel/shell/1.0.2/retropikzel-shell-1.0.2.tgz"))
        (content
          (sha256
            "6b503e080bc22fe638c3042b7a47e68557d4c99e82689fa61edfa63cc922e8c4")))
      (depends ("akku-r7rs" "^1.0.0-beta.3")
        ("chez-srfi" ">=0.0.0-akku.74") ((foreign c) "*")
        ((retropikzel system) "*")
        ((retropikzel named-pipes) "*")))))
