This commit is contained in:
2025-08-07 23:23:32 +02:00
parent 17153ea557
commit a2d520dd31
3 changed files with 115 additions and 0 deletions

22
info.rkt Normal file
View File

@@ -0,0 +1,22 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.1.0")
(define license 'Apache-2.0)
(define collection "ellipsis-msg")
(define pkg-desc "A message% with ellipsis (...) to the left or right")
(define scribblings
'(
("scribblings/ellipsis-msg.scrbl" () (gui) "ellipsis-msg")
)
)
(define deps
'("racket/gui"))
(define build-deps
'("racket-doc"
"rackunit-lib"
"scribble-lib"))