DISABLE FDs (REMOVE ME).
[jackhill/mal.git] / nim / mal.nimble
1 [Package]
2 name = "mal"
3 version = "1.1"
4 author = "Dennis Felsing"
5 description = "Mal code in Nim"
6 license = "MIT"
7
8 bin = "step0_repl, step1_read_print, step2_eval, step3_env, step4_if_fn_do, step5_tco, step6_file, step7_quote, step8_macros, step9_try, stepA_mal"
9
10 [Deps]
11 Requires = "nim >= 0.10.3"