Move most of the planet
collection to 'planet-lib'.
This commit is contained in:
parent
074150e427
commit
efba034e01
|
@ -5,6 +5,7 @@
|
|||
(define deps '("data-lib"
|
||||
"compiler-lib"
|
||||
"base"
|
||||
"planet-lib"
|
||||
"compatibility-lib"
|
||||
"draw-lib"
|
||||
"errortrace-lib"
|
||||
|
|
3
pkgs/planet-lib/info.rkt
Normal file
3
pkgs/planet-lib/info.rkt
Normal file
|
@ -0,0 +1,3 @@
|
|||
#lang info
|
||||
(define collection 'multi)
|
||||
(define deps '("base"))
|
|
@ -12,10 +12,10 @@ PLANNED FEATURES:
|
|||
racket/match
|
||||
raco/command-name
|
||||
|
||||
"../config.rkt"
|
||||
"planet-shared.rkt"
|
||||
"command.rkt"
|
||||
"../util.rkt")
|
||||
planet/config
|
||||
planet/private/planet-shared
|
||||
planet/util
|
||||
planet/private/command)
|
||||
(provide start)
|
||||
|
||||
(define erase? (make-parameter #f))
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
(require racket/match
|
||||
"short-syntax-helpers.rkt"
|
||||
"data.rkt")
|
||||
planet/private/data)
|
||||
|
||||
(provide (struct-out request)
|
||||
parse-package-string
|
|
@ -196,10 +196,10 @@ See the scribble documentation on the planet/resolver module.
|
|||
net/url
|
||||
net/head
|
||||
|
||||
"../config.rkt"
|
||||
"planet-shared.rkt"
|
||||
planet/config
|
||||
planet/private/planet-shared
|
||||
"linkage.rkt"
|
||||
"parsereq.rkt"
|
||||
planet/private/parsereq
|
||||
|
||||
"../terse-info.rkt"
|
||||
compiler/cm)
|
|
@ -4,7 +4,7 @@
|
|||
racket/match
|
||||
unstable/syntax
|
||||
racket/syntax
|
||||
"../planet-archives.rkt")
|
||||
planet/planet-archives)
|
||||
|
||||
(provide this-package-version
|
||||
this-package-version-name
|
|
@ -1,9 +1,9 @@
|
|||
#lang racket/base
|
||||
|
||||
(require "config.rkt"
|
||||
"planet-archives.rkt"
|
||||
(require planet/config
|
||||
planet/planet-archives
|
||||
|
||||
"private/planet-shared.rkt"
|
||||
planet/private/planet-shared
|
||||
"private/linkage.rkt"
|
||||
|
||||
"private/resolver.rkt"
|
|
@ -3,6 +3,7 @@
|
|||
(define collection 'multi)
|
||||
|
||||
(define deps '("base"
|
||||
"planet-lib"
|
||||
"compatibility-lib"
|
||||
"net-lib"
|
||||
"sandbox-lib"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"compiler-lib"
|
||||
"sandbox-lib"
|
||||
"compatibility-lib"
|
||||
"planet-lib"
|
||||
"pconvert-lib"
|
||||
"eli-tester"
|
||||
;; for `net` tests
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
(define deps '("base"
|
||||
"compatibility-lib"
|
||||
"scribble-text-lib"
|
||||
"planet-lib"
|
||||
"net-lib"
|
||||
"at-exp-lib"
|
||||
"draw-lib"
|
||||
|
|
Loading…
Reference in New Issue
Block a user