initial commit
This commit is contained in:
commit
f7b526634a
|
@ -0,0 +1,2 @@
|
|||
*.zo
|
||||
*.dep
|
|
@ -0,0 +1,6 @@
|
|||
.PHONY: all
|
||||
|
||||
KSY_FORMATS_REPO="https://github.com/kaitai-io/kaitai_struct_formats"
|
||||
|
||||
all:
|
||||
@echo meow
|
|
@ -0,0 +1,3 @@
|
|||
# kaitai...in racket!! 🦈📈
|
||||
|
||||
> haskal literally why are you doing this
|
|
@ -0,0 +1,7 @@
|
|||
#lang info
|
||||
|
||||
(define version "0.0.1")
|
||||
(define collection "kaitai")
|
||||
(define deps '("base"))
|
||||
(define test-omit-paths '("info.rkt"))
|
||||
; (define scribblings '(("kaitai.scrbl"))')
|
|
@ -0,0 +1,3 @@
|
|||
#lang racket/base
|
||||
|
||||
;; empty for now
|
Loading…
Reference in New Issue