runtest: set INPUTRC to /dev/null
[jackhill/mal.git] / nim / mal.nimble
CommitLineData
937f0cdc 1[Package]
2name = "mal"
3version = "1.0"
4author = "Dennis Felsing"
5description = "Mal code in Nim"
6license = "MIT"
7
2c47ac54 8bin = "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"
937f0cdc 9
10[Deps]
a2cd0a3a 11Requires = "nim >= 0.10.3, nre >= 0.6.0"