#!r6rs
;; Submit-To: https://akku.weinholt.se/archive/packages/
(package
  (name (retropikzel leb128))
  (versions
    ((version "1.0.0")
      (synopsis
        "LEB128 or Little Endian Base 128 is a variable-length code compression used to store arbitrarily large integers in a small number of bytes")
      (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/leb128/1.0.0/index.html")
      (lock
        (location
          (url "http://snow-fort.org/s/iki.fi/retropikzel/retropikzel/leb128/1.0.0/retropikzel-leb128-1.0.0.tgz"))
        (content
          (sha256
            "5eba5f776caab82f80321e03749f9a4c9ed6aa6a2f1379cb37ff31be63d1a917")))
      (depends
        ("akku-r7rs" "^1.0.0-beta.3")
        ("chez-srfi" ">=0.0.0-akku.74")))))
