Skip to content

Commit 98db2dc

Browse files
authored
rcon/2025: add speakers (#355)
* build: add rash-demos dep * rcon/2025: add speakers Also fix timezone: there is no America/Boston specifier; America/New_York appears to be the right timezone for Boston. * rcon,2025: add more talks * rcon,2025: drop CfP * rcon,2025: update organizers section * rcon,2025: update Jonker abstract & bio * rcon,2025: add Ballantyne, move things around a bit * rcon,2025: add Ballantyne bio * rcons,2025: update Camoy title, abstract & bio * rcon,2025: add Hendershott title, abstract & bio * rcon,2025; add Jared Gentner
1 parent 9398587 commit 98db2dc

File tree

2 files changed

+294
-51
lines changed

2 files changed

+294
-51
lines changed

info.rkt

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,34 @@
33
(define collection "racket-lang-org")
44

55
(define deps
6-
'("slideshow-lib"
7-
"csv-reading"
8-
"typed-racket-lib"
9-
"datalog"
10-
"graph"
11-
"gui-lib"
12-
"base"
13-
("plt-web-lib" #:version "1.3")
14-
"at-exp-lib"
15-
"net-lib"
16-
"racket-index"
17-
("scribble-lib" #:version "1.28")
18-
"syntax-color-lib"
19-
"plot-gui-lib"
20-
"plot-lib"
21-
"math-lib"
22-
"pollen"
23-
"css-tools"
24-
"sugar"
25-
"txexpr"
26-
"gregor-lib"
27-
"frog"
28-
"rackunit-lib"
29-
"pict-lib"
30-
"ppict"
31-
"draw-lib"
32-
("s3-sync" #:version "1.13")))
6+
'("at-exp-lib"
7+
"base"
8+
"css-tools"
9+
"csv-reading"
10+
"datalog"
11+
"draw-lib"
12+
"frog"
13+
"graph"
14+
"gregor-lib"
15+
"gui-lib"
16+
"math-lib"
17+
"net-lib"
18+
"pict-lib"
19+
"plot-gui-lib"
20+
"plot-lib"
21+
["plt-web-lib" #:version "1.3"]
22+
"pollen"
23+
"ppict"
24+
"racket-index"
25+
"rackunit-lib"
26+
"rash-demos"
27+
["s3-sync" #:version "1.13"]
28+
["scribble-lib" #:version "1.28"]
29+
"slideshow-lib"
30+
"sugar"
31+
"syntax-color-lib"
32+
"txexpr"
33+
"typed-racket-lib"))
3334

3435
(define pkg-desc "Sources for http://racket-lang.org")
3536

0 commit comments

Comments
 (0)