Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dan Holtby
uwaterloo-racket
Commits
acd46902
Commit
acd46902
authored
Nov 13, 2020
by
Dan Holtby
Browse files
Add .gitignore, scribblings, and info settings
parent
5d3c99d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
acd46902
*~
\#*
.\#*
.DS_Store
compiled/
/doc/
info.rkt
View file @
acd46902
#
lang
info
(
define
collection
"uwaterloo-racket"
)
(
define
deps
'
(
"base"
))
(
define
build-deps
'
(
"scribble-lib"
"racket-doc"
"rackunit-lib"
))
(
define
scribblings
'
((
"scribblings/uwaterloo-racket
.
scrbl"
())))
(
define
pkg-desc
"University of Waterloo Racket plugins and libraries"
)
(
define
version
"0.0"
)
(
define
pkg-authors
'
(
djholtby
))
(
define
drracket-tool-names
(
list
"Graphic Blocker"
))
(
define
drracket-tools
(
list
(
list
"graphic-block.rkt"
)))
scribblings/uwaterloo-racket.scrbl
0 → 100644
View file @
acd46902
#
lang
scribble/manual
@require
[
@for-label
[
uwaterloo-racket
racket/base
]]
@title
{
UWaterloo
Racket
}
@author
{
djholtby
}
@defmodule
[
uwaterloo-racket
]
Package
Description
Here
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment