Files
columns-pane/info.rkt
2025-08-10 11:13:37 +02:00

23 lines
467 B
Racket

#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.1.5")
(define license 'Apache-2.0)
(define collection "columns-pane")
(define pkg-desc "columns-pane% - A pane that arranges it's children widgets in columns")
(define scribblings
'(
("scribblings/columns-pane.scrbl" () (gui-library) "columns-pane")
)
)
(define deps
'("racket/gui" "racket/base" "racket"))
(define build-deps
'("racket-doc"
"rackunit-lib"
"scribble-lib"))