#!r6rs
;; Submit-To: https://akkuscm.org/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 (git "https://gitlab.com/weinholt/laesare.git"))
        (tag "v1.0.3")
        (revision "15a75835dca64319be607d9d5285ab2c1db9a003"))
      (depends) (depends/dev ("chez-srfi" ">=0.0.0-akku"))
      (conflicts))))
