Exported core libraries and utility methods.
h3rald h3rald@h3rald.com
Mon, 31 Oct 2016 16:08:44 +0100
2 files changed,
9 insertions(+),
2 deletions(-)
M
minim.nimble
→
minim.nimble
@@ -1,10 +1,10 @@
[Package] name = "minim" -version = "0.1.0" +version = "0.1.1" author = "Fabio Cevasco" description = "A tiny concatenative programming language and shell." license = "MIT" bin = "minim" [Deps] -requires: "nimrod >= 0.15.0" +requires: "nim >= 0.15.0"