move unstable/2d out of the gui-lib pkg

original commit: f0539f0e651766c682333aef05e2e1c658337b24
This commit is contained in:
Robby Findler 2013-09-04 13:18:08 -05:00
parent 9e9f87e868
commit 5910ad88d9
11 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,10 @@
unstable-debug-lib
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.

View File

@ -0,0 +1,8 @@
#lang info
(define collection 'multi)
(define deps '("base" "scribble-lib" "syntax-color-lib"))
(define pkg-desc "Experimental 2d syntax")
(define pkg-authors '(robby))