2014-12-17 16:54:44 +00:00
|
|
|
#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"))
|
2021-04-04 08:06:26 +00:00
|
|
|
|
|
|
|
;; go linux-only, for now
|
|
|
|
(define install-platform #rx"linux")
|
|
|
|
(define move-foreign-libs '("private/compiled/native/libtty_raw.so"))
|