Initial import

This commit is contained in:
2026-08-28 23:39:13 +02:00
parent 2349541c27
commit b8a522c1de
9 changed files with 859 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.1.8")
(define license 'MIT) ;
(define collection "rackedit")
(define pkg-desc "rackedit exports the rkdt procedure, that can be used to open an editor window with a given file")
(define scribblings
'(
("scrbl/rkdt.scrbl" (multi-page) (library 0))
))
(define deps
'("racket/gui"
"racket/base"
"simple-ini"
"rackunit-lib"
)
)
(define build-deps
'("racket-doc"
"draw-doc"
"rackunit-lib"
"scribble-lib"
))