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 /doc | |
parent | 6f260dd45c4a4bafc0471d32bd10559ec2786d6b (diff) | |
download | Nim-763c783bdf8e267ac2697899d6c6cbe882edb4a6.tar.gz |
added distros.nim stdlib module for NimScript/Nimble support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nims.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/nims.rst b/doc/nims.rst index 12d86a905..967dd4149 100644 --- a/doc/nims.rst +++ b/doc/nims.rst @@ -19,6 +19,7 @@ following modules are available: * `strutils <strutils.html>`_ * `ospaths <ospaths.html>`_ * `math <math.html>`_ +* `distros <distros.html>`_ The `system <system.html>`_ module in NimScript mode additionally supports these operations: `nimscript <nimscript.html>`_. @@ -72,6 +73,10 @@ done: setCommand "nop" +Look at the module `distros <distros.html>`_ for some support of the +OS's native package managers. + + Nimble integration ================== |