2bc64eca22
- New screens: Main Menu, Compile, Run, REPL, AI Generator, AI Settings, Help - AI configuration persisted in ~/.config/cljnim/config.json - Navigate with arrow keys, Enter, Escape - illwill added as dependency in cljnim.nimble
12 lines
260 B
Nim
12 lines
260 B
Nim
# Package
|
|
version = "0.1.0"
|
|
author = "Clojure/Nim Team"
|
|
description = "Clojure dialect compiling to Nim"
|
|
license = "MIT"
|
|
srcDir = "src"
|
|
bin = @["cljnim"]
|
|
|
|
# Dependencies
|
|
requires "nim >= 2.0.0"
|
|
requires "illwill >= 0.4.0"
|