racket-kaitai/kaitai/info.rkt

10 lines
225 B
Racket
Raw Normal View History

2020-09-05 05:47:54 +00:00
#lang info
(define version "0.0.1")
(define collection "kaitai")
2020-09-09 07:35:17 +00:00
(define deps '("base"
"binaryio-lib"
"yaml"))
2020-09-05 05:47:54 +00:00
(define test-omit-paths '("info.rkt"))
; (define scribblings '(("kaitai.scrbl"))')