new style info files

svn: r10982
This commit is contained in:
Eli Barzilay 2008-07-30 03:51:13 +00:00
parent 86c7c808d4
commit 00df4dc7d6
3 changed files with 14 additions and 14 deletions

View File

@ -1,2 +1,3 @@
(module info (lib "infotab.ss" "setup")
(define name "Reduction Semantics examples"))
#lang setup/infotab
(define name "Reduction Semantics examples")

View File

@ -1,10 +1,11 @@
(module info (lib "infotab.ss" "setup")
(define name "PLT Redex")
(define doc.txt "doc.txt")
(define homepage
"http://people.cs.uchicago.edu/~robby/plt-redex/")
(define blurb
(list '(div "A domain-specific language for context-sensitive reduction semantics. Put in a specification and get out a stepper.")))
(define required-core-version "371.4")
(define primary-file "reduction-semantics.ss")
(define categories '(metaprogramming)))
#lang setup/infotab
(define name "PLT Redex")
(define doc.txt "doc.txt")
(define homepage
"http://people.cs.uchicago.edu/~robby/plt-redex/")
(define blurb
(list '(div "A domain-specific language for context-sensitive reduction semantics. Put in a specification and get out a stepper.")))
(define required-core-version "371.4")
(define primary-file "reduction-semantics.ss")
(define categories '(metaprogramming))

View File

@ -1,2 +0,0 @@
(module info (lib "infotab.ss" "setup")
(define name "PLT Redex private"))