Add 2d meta-package.
This commit is contained in:
parent
5fbd4c77d2
commit
f9f17bd541
8
2d/info.rkt
Normal file
8
2d/info.rkt
Normal file
|
@ -0,0 +1,8 @@
|
|||
#lang info
|
||||
|
||||
(define collection 'multi)
|
||||
(define version "1.0")
|
||||
(define deps '("2d-lib" "2d-doc"))
|
||||
(define implies '("2d-lib" "2d-doc"))
|
||||
(define pkg-desc "2d syntax")
|
||||
(define pkg-authors '(robby))
|
Loading…
Reference in New Issue
Block a user