reorganize into core plus packages

The "racket" directory contains a pared-back version of the
repository, roughly.

The "pkgs" directory everything else in the repository, but
organized into packages.

original commit: b2ebb0a28bf8136e75cd98316c22fe54c30eacb2
This commit is contained in:
Matthew Flatt 2013-05-24 21:57:31 -06:00
parent 3d849f652d
commit 61f619ec2e
19 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,4 @@
#lang setup/infotab
(define build-deps '("profile-lib"
"racket-doc"))

View File

@ -0,0 +1,4 @@
#lang setup/infotab
(define deps '("profile-lib"
"profile-doc"))