diff options
author | Araq <rumpf_a@web.de> | 2014-08-30 16:37:27 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-30 16:37:27 +0200 |
commit | 1f85b3b5d3f8a9cf84fc5c03604ac3a7ea901d8c (patch) | |
tree | 88799a003b88e742d8548a2965e9ef42b6ce2a3b /lib/stdlib.nimble | |
parent | c40f981e647eef2fb558c462f1df10c61d250a97 (diff) | |
download | Nim-1f85b3b5d3f8a9cf84fc5c03604ac3a7ea901d8c.tar.gz |
VM supports math and a few os procs
Diffstat (limited to 'lib/stdlib.nimble')
-rw-r--r-- | lib/stdlib.nimble | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/stdlib.nimble b/lib/stdlib.nimble new file mode 100644 index 000000000..0805ead54 --- /dev/null +++ b/lib/stdlib.nimble @@ -0,0 +1,6 @@ +[Package] +name = "stdlib" +version = "0.9.0" +author = "Dominik Picheta" +description = "Nim's standard library." +license = "MIT" |