new style info files
svn: r10982
This commit is contained in:
parent
86c7c808d4
commit
00df4dc7d6
|
@ -1,2 +1,3 @@
|
|||
(module info (lib "infotab.ss" "setup")
|
||||
(define name "Reduction Semantics examples"))
|
||||
#lang setup/infotab
|
||||
|
||||
(define name "Reduction Semantics examples")
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
(module info (lib "infotab.ss" "setup")
|
||||
(define name "PLT Redex private"))
|
Loading…
Reference in New Issue
Block a user