summary refs log tree commit diff stats
path: root/lib/stdlib.nimble
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-30 16:37:27 +0200
committerAraq <rumpf_a@web.de>2014-08-30 16:37:27 +0200
commit1f85b3b5d3f8a9cf84fc5c03604ac3a7ea901d8c (patch)
tree88799a003b88e742d8548a2965e9ef42b6ce2a3b /lib/stdlib.nimble
parentc40f981e647eef2fb558c462f1df10c61d250a97 (diff)
downloadNim-1f85b3b5d3f8a9cf84fc5c03604ac3a7ea901d8c.tar.gz
VM supports math and a few os procs
Diffstat (limited to 'lib/stdlib.nimble')
-rw-r--r--lib/stdlib.nimble6
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"