summaryrefslogtreecommitdiff
path: root/info.rkt
blob: 5e17197f835761ba0961f554be19b19c2b348c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#lang setup/infotab
(define name "JSON Template for Racket")
(define blurb
  '(p ()
      "A Typed Racket implementation of "
      (a ((href "http://json-template.googlecode.com/svn/trunk/doc/Introducing-JSON-Template.html"))
         "JSON Template")
      ", a minimalistic, yet powerful, template language."))
(define categories '(misc))
(define version "1.0")
(define can-be-loadded-with 'all)
(define primary-file "json-template.rkt")
(define homepage "http://matthias.benkard.de/software/json-template-for-racket")
(define scribblings '(("manual.scrbl" ())))

#;
(define release-notes
  ...)

#;
(define required-core-version
  ...)