mirror of
https://github.com/kanaka/mal.git
synced 2024-11-11 00:52:44 +03:00
3faa513e83
- Use re from standard library instead of nre - Allow make -j4 - Rebuild binaries after source changed
12 lines
342 B
Nim
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"
|