diff options
author | Araq <rumpf_a@web.de> | 2016-12-31 01:53:59 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2016-12-31 02:04:27 +0100 |
commit | 763c783bdf8e267ac2697899d6c6cbe882edb4a6 (patch) | |
tree | 73bb966962dd0230ee4a9a1f2c639eb057737edf /web | |
parent | 6f260dd45c4a4bafc0471d32bd10559ec2786d6b (diff) | |
download | Nim-763c783bdf8e267ac2697899d6c6cbe882edb4a6.tar.gz |
added distros.nim stdlib module for NimScript/Nimble support
Diffstat (limited to 'web')
-rw-r--r-- | web/news/e029_version_0_16_0.rst | 4 | ||||
-rw-r--r-- | web/website.ini | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/web/news/e029_version_0_16_0.rst b/web/news/e029_version_0_16_0.rst index b68266414..a1cc54417 100644 --- a/web/news/e029_version_0_16_0.rst +++ b/web/news/e029_version_0_16_0.rst @@ -43,6 +43,10 @@ Library Additions ``terminalWidthIoctl`` and ``terminalSize`` to the ``terminal`` `(doc) <http://nim-lang.org/docs/terminal.html>`_ module. +- Added new module ``distros`` + `(doc) <http://nim-lang.org/docs/distros.html>`_ that can be used in Nimble + packages to aid in supporting the OS's native package managers. + Tool Additions -------------- diff --git a/web/website.ini b/web/website.ini index 3b8203cc0..b929712bf 100644 --- a/web/website.ini +++ b/web/website.ini @@ -62,7 +62,7 @@ srcdoc2: "pure/nativesockets;pure/asynchttpserver;pure/net;pure/selectors;pure/f srcdoc2: "deprecated/pure/ftpclient" srcdoc2: "pure/asyncfile;pure/asyncftpclient" srcdoc2: "pure/md5;pure/rationals" -srcdoc2: "posix/posix" +srcdoc2: "posix/posix;distros" srcdoc2: "pure/fenv;pure/securehash;impure/rdstdin" srcdoc2: "pure/basic2d;pure/basic3d;pure/mersenne;pure/coro;pure/httpcore" |