Add 2d meta-package.

This commit is contained in:
Vincent St-Amour 2015-09-07 18:20:58 -05:00
parent 5fbd4c77d2
commit f9f17bd541

8
2d/info.rkt Normal file
View 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))