You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
318 B
Racket
8 lines
318 B
Racket
#lang info
|
|
(define version "0.1")
|
|
(define collection "hyphenate")
|
|
(define deps '("base" "sugar" "txexpr" "rackunit-lib"))
|
|
(define update-implies '("txexpr" "sugar"))
|
|
(define build-deps '("scribble-lib" "racket-doc"))
|
|
(define scribblings '(("scribblings/hyphenate.scrbl" ())))
|
|
(define compile-omit-paths '("tests.rkt")) |