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 2ceea4ea7b
commit ceb7b6087b
2 changed files with 5 additions and 0 deletions

4
pkgs/net-lib/info.rkt Normal file
View File

@ -0,0 +1,4 @@
#lang setup/infotab
(define collection 'multi)
(define deps '("base"))

View File

@ -4,6 +4,7 @@
(define deps '("base"
"compatibility-lib"
"net-lib"
"at-exp-lib"
"draw-lib"
"syntax-color-lib"