diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-12 00:09:03 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-12 00:09:03 +0100 |
commit | 58e583e39be138a98dd66ea46750d40b44a7352a (patch) | |
tree | cef2ad39e5f2aebc7d326ba2bc0ab63378c28a1d /doc | |
parent | 7cddb39969a8404c8f51a681c95db7afe55a8901 (diff) | |
download | Nim-58e583e39be138a98dd66ea46750d40b44a7352a.tar.gz |
Implemented babel package list in lib.html.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index 62efe6a5d..f79c980e2 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -573,3 +573,35 @@ Scientific computing * `libsvm <libsvm.html>`_ Low level wrapper for `lib svm <http://www.csie.ntu.edu.tw/~cjlin/libsvm/>`_. + +Babel +==================== + +Babel is a package manager for the Nimrod programming language. +For instructions on how to install Babel packages see +`its README <https://github.com/nimrod-code/babel#readme>`_. + +Official packages +----------------- + +These packages are officially supported and will therefore be continually +maintained to ensure that they work with the latest versions of the Nimrod +compiler. + +.. raw:: html + + <div id="officialPkgList"></div> + +Unofficial packages +------------------- + +These packages have been developed by independent Nimrod developers and as +such may not always be up to date with the latest developments in the +Nimrod programming language. + +.. raw:: html + + <div id="unofficialPkgList"></div> + + <script type="text/javascript" src="babelpkglist.js"></script> + <script type="text/javascript" src="http://build.nimrod-lang.org/packages?callback=gotPackageList"></script> |