#!r6rs
;; Repacked by the Akku archive software with 'git archive'.
;; The original lock information was:
#;
((location (git "https://gitlab.com/weinholt/laesare.git"))
  (tag "v1.0.3")
  (revision "15a75835dca64319be607d9d5285ab2c1db9a003"))
;; A git mirror is available at /archive/mirror/.
;; The original submission with a GPG-signed commit hash
;; is available at /archive/packages/.
(package
  (name "laesare")
  (versions
    ((version "1.0.3") (synopsis "Scheme lexer and reader")
      (description
        "This provides a reader with some extra features not\nfound in the standard read procedure:"
        "* Source annotations."
        "* Tolerant mode that continues on errors."
        "* Compatible mode with support for other RnRS standards."
        "* Lexer that returns source code tokens, including whitespace.")
      (authors "Gwen Weinholt") (license "MIT")
      (lock
        (location
          (url "https://archive.akkuscm.org/archive/pkg/l/laesare_1.0.3_repack.tar.xz"))
        (content
          (sha256
            "19f66489a1f53b2cb6f87620af8664875b2dfbb4320a2307e62737d1e630580f")))
      (depends) (depends/dev ("chez-srfi" ">=0.0.0-akku"))
      (conflicts))))
