aboutsummaryrefslogtreecommitdiff
path: root/nim/mal.nimble
blob: 8c7028df08ed2d05405a41376d72b11055eb602d (plain)
1
2
3
4
5
6
7
8
9
10
11
[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_interop"

[Deps]
Requires      = "nim >= 0.10.0, nre >= 0.6.0"