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:
parent
2ceea4ea7b
commit
ceb7b6087b
4
pkgs/net-lib/info.rkt
Normal file
4
pkgs/net-lib/info.rkt
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang setup/infotab
|
||||
|
||||
(define collection 'multi)
|
||||
(define deps '("base"))
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
(define deps '("base"
|
||||
"compatibility-lib"
|
||||
"net-lib"
|
||||
"at-exp-lib"
|
||||
"draw-lib"
|
||||
"syntax-color-lib"
|
||||
|
|
Loading…
Reference in New Issue
Block a user