Initial commit

This commit is contained in:
2026-05-08 14:51:47 +03:00
commit f89b381fdb
12 changed files with 1085 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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"