This commit is contained in:
Maciej Barć 2023-01-27 19:36:28 +00:00 committed by GitHub
commit 91824ad57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
"compatibility-lib"
"slideshow-lib"
"typed-racket-lib"
"reprovide-lang"
"reprovide-lang-lib"
"mutable-match-lambda"))
(define build-deps '("scribble-lib"
"racket-doc"
@ -23,4 +23,5 @@
(define test-omit-paths '("resources/"))
(define pkg-desc "Enhancements for the scribble language")
(define version "0.3")
(define license 'LGPL-3.0-or-later)
(define pkg-authors '(|Suzanne Soy|))