#!r6rs ;; Submit-To: https://akkuscm.org/packages/ (package (name "laesare") (versions ((version "1.0.0-alpha.0") (synopsis "Scheme lexer and reader") (description "This is an R6RS Scheme library that provides a reader\nwith some extra features not found 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 "Göran Weinholt ") (license "MIT") (lock (location (git "https://github.com/weinholt/laesare.git")) (tag "v1.0.0-alpha.0") (revision "f48dfa57a0b0fc4b5d3e74733ec201a0a4256cbf")) (depends) (depends/dev ("chez-srfi" "*")) (conflicts))))