move some test & doc collections out of "racket-" pkgs to new pkgs
original commit: 1920ac59ab
This commit is contained in:
parent
7ce8c7c434
commit
afe7f46d35
|
@ -6,6 +6,6 @@
|
|||
"scheme-lib"
|
||||
"rackunit-lib"))
|
||||
|
||||
(define pkg-desc "Racket compilation tools, such as `raco exe'")
|
||||
(define pkg-desc "implementation (no documentation) part of \"compiler\"")
|
||||
|
||||
(define pkg-authors '(mflatt))
|
10
pkgs/compiler-pkgs/compiler-test/LICENSE.txt
Normal file
10
pkgs/compiler-pkgs/compiler-test/LICENSE.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
compiler-test
|
||||
Copyright (c) 2010-2013 PLT Design Inc.
|
||||
|
||||
This package is distributed under the GNU Lesser General Public
|
||||
License (LGPL). This means that you can link Racket into proprietary
|
||||
applications, provided you follow the rules stated in the LGPL. You
|
||||
can also modify this package; if you distribute a modified version,
|
||||
you must distribute it under the terms of the LGPL, which in
|
||||
particular means that you must release the source code for the
|
||||
modified software. See COPYING_LESSER.txt for more information.
|
13
pkgs/compiler-pkgs/compiler-test/info.rkt
Normal file
13
pkgs/compiler-pkgs/compiler-test/info.rkt
Normal file
|
@ -0,0 +1,13 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '("base"))
|
||||
|
||||
(define pkg-desc "tests for \"compiler-lib\"")
|
||||
|
||||
(define pkg-authors '(mflatt))
|
||||
(define build-deps '("compiler-lib"
|
||||
"eli-tester"
|
||||
"net-lib"
|
||||
"scheme-lib"))
|
|
@ -1,4 +1,4 @@
|
|||
data-lib
|
||||
compiler
|
||||
Copyright (c) 2010-2013 PLT Design Inc.
|
||||
|
||||
This package is distributed under the GNU Lesser General Public
|
10
pkgs/compiler-pkgs/compiler/info.rkt
Normal file
10
pkgs/compiler-pkgs/compiler/info.rkt
Normal file
|
@ -0,0 +1,10 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '("compiler-lib"))
|
||||
(define implies '("compiler-lib"))
|
||||
|
||||
(define pkg-desc "Racket compilation tools, such as `raco exe'")
|
||||
|
||||
(define pkg-authors '(mflatt))
|
Loading…
Reference in New Issue
Block a user