Initial
This commit is contained in:
22
info.rkt
Normal file
22
info.rkt
Normal file
@@ -0,0 +1,22 @@
|
||||
#lang info
|
||||
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
(define version "0.1")
|
||||
(define license 'Apache-2.0)
|
||||
(define collection "columns-pane")
|
||||
(define pkg-desc "A pane that arranges it's children widgets in columns")
|
||||
|
||||
(define scribblings
|
||||
'(
|
||||
("scribblings/columns-pane.scrbl" () (library) "columns-pane%")
|
||||
)
|
||||
)
|
||||
|
||||
(define deps
|
||||
'("racket/gui"))
|
||||
|
||||
(define build-deps
|
||||
'("racket-doc"
|
||||
"rackunit-lib"
|
||||
"scribble-lib"))
|
||||
|
||||
Reference in New Issue
Block a user