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