-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathinfo.rkt
More file actions
16 lines (14 loc) · 556 Bytes
/
info.rkt
File metadata and controls
16 lines (14 loc) · 556 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#lang info
(define drracket-tools '(("tool.rkt")))
(define drracket-tool-names '("drracket-keybindings"))
(define drracket-tool-icons '(#f))
(define collection "cs135-drtools")
(define deps '("drracket-plugin-lib"
"gui-lib"
"quickscript"
"base"))
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
(define scribblings '(("scribblings/cs135-drtools.scrbl" ())))
(define pkg-desc "DrRacket Tools for CS 135 course at UWaterloo")
(define version "1.0")
(define pkg-authors '(Raymo111, SantaKaus))