Initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user