#!r6rs
;; Submit-To: https://akkuscm.org/packages/
(package
 (name "ufo-match-steer")
 (versions
  ((version "1.1.7")
   (synopsis "Generic pattern matching over arbitrary tree structures")
   (description
    "A match macro extension that allows Alex Shinn style list/pair patterns"
    "to work on any data structure providing a tree access protocol, not just"
    "Scheme pairs. Useful for matching record-based ASTs such as scheme-langserver"
    "index-nodes.")
   (authors "ufo")
   (license "MIT")
   (lock (location
          (git "https://github.com/ufo5260987423/ufo-match-steer.git"))
         (revision "048da6b6633aa63115d413782dd5a62ef81b231c"))
   (depends ("chez-srfi" ">=0.0.0-akku <1.0.0"))
   (depends/dev)
   (conflicts))))
