forked from racket/racket-lang-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.rkt
31 lines (26 loc) · 813 Bytes
/
info.rkt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#lang info
(define collection "racket-lang-org")
(define deps '("graph"
"gui-lib"
"base"
("plt-web-lib" #:version "1.3")
"at-exp-lib"
"net-lib"
"racket-index"
("scribble-lib" #:version "1.28")
"syntax-color-lib"
"plot-gui-lib"
"plot-lib"
"math-lib"
"pollen"
"css-tools"
"sugar"
"txexpr"
"gregor-lib"
"frog"
"rackunit-lib"
"pict-lib"
("s3-sync" #:version "1.10")))
(define pkg-desc "Sources for http://racket-lang.org")
(define pkg-authors '(eli mflatt samth stamourv))
(define test-omit-paths '("sync.rkt"))