Move most of the net collection out of the core.

- Most units and signatures from the `net` collection
  are now in `compatibility-lib`.
- Most of the actual libraries are in the `net-lib`
  package.

original commit: 2b1fb036c63639bc5dbb65348c4f4e5802c95b53
This commit is contained in:
Sam Tobin-Hochstadt 2013-06-28 11:52:53 -04:00
parent 9f5ea71a83
commit ddf9f5aa4d

View File

@ -3,6 +3,7 @@
(define collection 'multi)
(define deps '("base"
"net-lib"
"draw-lib"
"rackunit-lib"
"typed-racket-lib"