move rackunit's drracket plugin into its own pkg,
that you can now get via the (new) 'rackunit' pkg original commit: ed5b2e6a4bfe2da46ecb67d33397d5b8e29e7169
This commit is contained in:
parent
432f9fed39
commit
f89f07a6f0
13
pkgs/rackunit-pkgs/rackunit-plugin-lib/info.rkt
Normal file
13
pkgs/rackunit-pkgs/rackunit-plugin-lib/info.rkt
Normal file
|
@ -0,0 +1,13 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '("base"
|
||||
"data-lib"
|
||||
"rackunit-lib"
|
||||
"gui-lib"
|
||||
"drracket-plugin-lib"))
|
||||
|
||||
(define pkg-desc "RackUnit testing framework DrRacket plugin")
|
||||
|
||||
(define pkg-authors '(ryanc noel))
|
12
pkgs/rackunit-pkgs/rackunit/info.rkt
Normal file
12
pkgs/rackunit-pkgs/rackunit/info.rkt
Normal file
|
@ -0,0 +1,12 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
|
||||
(define deps '("rackunit-lib"
|
||||
"rackunit-plugin-lib"))
|
||||
(define implies '("rackunit-lib"
|
||||
"rackunit-plugin-lib"))
|
||||
|
||||
(define pkg-desc "RackUnit testing framework")
|
||||
|
||||
(define pkg-authors '(ryanc noel))
|
Loading…
Reference in New Issue
Block a user