16 lines
441 B
Racket
16 lines
441 B
Racket
#lang setup/infotab
|
|
|
|
(define name "ansi")
|
|
(define blurb
|
|
(list
|
|
`(p "ANSI and VT10x escape sequences.")))
|
|
(define homepage "https://github.com/tonyg/racket-ansi")
|
|
(define primary-file "main.rkt")
|
|
|
|
(define pre-install-collection "private/install.rkt")
|
|
(define compile-omit-files '("private/install.rkt"))
|
|
|
|
;; go linux-only, for now
|
|
(define install-platform #rx"linux")
|
|
(define move-foreign-libs '("private/compiled/native/libtty_raw.so"))
|