commit ceb7b6087b3579190692d91f452aea98ac7b00b3
parent 2ceea4ea7b5e3f6a5a4aa82cac174f4f025f3abe
Author: Sam Tobin-Hochstadt <samth@racket-lang.org>
Date: Fri, 28 Jun 2013 11:52:53 -0400
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
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/pkgs/net-lib/info.rkt b/pkgs/net-lib/info.rkt
@@ -0,0 +1,4 @@
+#lang setup/infotab
+
+(define collection 'multi)
+(define deps '("base"))
diff --git a/pkgs/scribble-pkgs/scribble-lib/info.rkt b/pkgs/scribble-pkgs/scribble-lib/info.rkt
@@ -4,6 +4,7 @@
(define deps '("base"
"compatibility-lib"
+ "net-lib"
"at-exp-lib"
"draw-lib"
"syntax-color-lib"