1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/nim/mal.nimble
def 3faa513e83 Make Nim implementation a bit nicer
- Use re from standard library instead of nre
- Allow make -j4
- Rebuild binaries after source changed
2015-04-09 19:09:55 +02:00

12 lines
342 B
Nim

[Package]
name = "mal"
version = "1.1"
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"