1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/nim/mal.nimble
2015-03-03 23:14:53 -06:00

12 lines
356 B
Nim

[Package]
name = "mal"
version = "1.0"
author = "Dennis Felsing"
description = "Mal code in Nim"
license = "MIT"
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"
[Deps]
Requires = "nim >= 0.10.3, nre >= 0.6.0"