initial commit

This commit is contained in:
xenia 2020-09-05 01:47:54 -04:00
commit f7b526634a
5 changed files with 21 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.zo
*.dep

6
Makefile Normal file
View File

@ -0,0 +1,6 @@
.PHONY: all
KSY_FORMATS_REPO="https://github.com/kaitai-io/kaitai_struct_formats"
all:
@echo meow

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# kaitai...in racket!! 🦈📈
> haskal literally why are you doing this

7
kaitai/info.rkt Normal file
View File

@ -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"))')

3
kaitai/main.rkt Normal file
View File

@ -0,0 +1,3 @@
#lang racket/base
;; empty for now