diff options
author | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-12 01:42:09 +0100 |
---|---|---|
committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2014-04-12 01:42:09 +0100 |
commit | e333b8bc1ef27014066172c04881df191a4971fe (patch) | |
tree | 9f9c965cf5d0d5c625d9aa3bcdc78b79009bc6b9 /doc/lib.txt | |
parent | 58e583e39be138a98dd66ea46750d40b44a7352a (diff) | |
download | Nim-e333b8bc1ef27014066172c04881df191a4971fe.tar.gz |
Rewrote sentence about Babel in lib.txt.
Diffstat (limited to 'doc/lib.txt')
-rw-r--r-- | doc/lib.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index f79c980e2..a209357f7 100644 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -16,10 +16,11 @@ Pure libraries do not depend on any external ``*.dll`` or ``lib*.so`` binary while impure libraries do. A wrapper is an impure library that is a very low-level interface to a C library. -Read this `document <apis.html>`_ for a quick overview of the API design. If -you can't find here some functionality you are looking for you could try using -the 3rd party `package manager Babel <https://github.com/nimrod-code/babel>`_ -and its list of packages. +Read this `document <apis.html>`_ for a quick overview of the API design. + +The `bottom <#babel>`_ of this page includes a list of 3rd party packages +created by the Nimrod community. These packages are a useful addition to the +modules in the standard library. Pure libraries |