-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinfo.rkt
More file actions
16 lines (15 loc) · 725 Bytes
/
info.rkt
File metadata and controls
16 lines (15 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#lang info
(define collection "codespells")
(define deps '("base" "reprovide-lang-lib" "https://github.com/srfoster/codespells-server.git" "aws"))
(define build-deps '("scribble-lib" "racket-doc" "rackunit-lib"))
(define scribblings '(("scribblings/codespells.scrbl" ())))
(define pkg-desc "Description Here")
(define version "0.0")
(define pkg-authors '(ThoughtSTEM))
(define raco-commands
'(("codespells" codespells/modding/new-mod
"Creates a new CodeSpells mod" 100)
("codespells-release" codespells/modding/release
"Releases a new CodeSpells mod" 100)
("codespells-install" codespells/modding/install
"Installs a new CodeSpells mod" 100)))