info.rkt
#lang setup/infotab
(define scribblings '(("manual.scrbl" (multi-page))))
(define name "Rewriting")
(define blurb
  '("Implementation of rewriting systems for Racket."))
(define release-notes
  '("The package provides tools for programming via term rewriting technique. Provided forms could be considered as a syntactic sugar for Racket's match form, however they offer different semantics. The package introduces repetitive rewriting in order to obtain the normal form of given expression, ability to transform any subpart in nested list structure and definition of formal functions which abstract general algebraic types."  "Contains numerous examples."))
(define primary-file "main.rkt")
(define required-core-version "5.0")
(define categories '(devtools scientific))