diff options
author | Araq <rumpf_a@web.de> | 2013-03-16 09:48:02 -0700 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-03-16 09:48:02 -0700 |
commit | 33ccb3315f77d32ca9414bd7f7763a646eda5856 (patch) | |
tree | fd40316089050f08585261fb8aaf3f95b1a32e8d | |
parent | 218166d7703a3db6ea51fc18fc9e9801831e25c2 (diff) | |
parent | 15af40bc1da55d0c9e4f0eff78e81ebf2727b26d (diff) | |
download | Nim-33ccb3315f77d32ca9414bd7f7763a646eda5856.tar.gz |
Merge pull request #355 from gradha/pr_adds_babel_link_to_library_doc
Adds babel package manager link to library index.
-rwxr-xr-x | doc/lib.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt index f18693614..2f781f375 100755 --- a/doc/lib.txt +++ b/doc/lib.txt @@ -16,7 +16,10 @@ 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. +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. Pure libraries |