summary refs log tree commit diff stats
path: root/doc/lib.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-06-20 23:24:21 +0200
committerAraq <rumpf_a@web.de>2015-06-20 23:24:21 +0200
commit87f65f5e72148d6b44e09cfd4834c9366bfacd4c (patch)
tree34778aef8b91ae168a9a74f9e24c96497c58f7d9 /doc/lib.txt
parente74012b3967476a9bb19073daa4f6d8e061fe60a (diff)
downloadNim-87f65f5e72148d6b44e09cfd4834c9366bfacd4c.tar.gz
preparations for more Nimble packages; clear licensing; fixes #2949
Diffstat (limited to 'doc/lib.txt')
-rw-r--r--doc/lib.txt66
1 files changed, 2 insertions, 64 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index fd5218b0a..14a13c0d2 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -394,13 +394,6 @@ Miscellaneous
   This module implements new experimental features. Currently the syntax
   sugar for anonymous procedures.
 
-Database support
-----------------
-
-* `redis <redis.html>`_
-  This module implements a redis client. It allows you to connect to a
-  redis-server instance, send commands and receive replies.
-
 
 Modules for JS backend
 ---------------------------
@@ -439,27 +432,10 @@ Database support
 Other
 -----
 
-* `graphics <graphics.html>`_
-  This module implements graphical output for Nim; the current
-  implementation uses SDL but the interface is meant to support multiple
-  backends some day.
-
-* `dialogs <dialogs.html>`_
-  This module implements portable dialogs for Nim; the implementation
-  builds on the GTK interface. On Windows, native dialogs are shown if
-  appropriate.
-
-* `zipfiles <zipfiles.html>`_
-  This module implements a zip archive creator/reader/modifier.
-
 * `ssl <ssl.html>`_
   This module provides an easy to use sockets-style
   Nim interface to the OpenSSL library.
 
-* `rdstdin <rdstdin.html>`_
-  This module contains code for reading from `stdin`:idx:. On UNIX the GNU
-  readline library is wrapped and set up.
-
 
 Wrappers
 ========
@@ -470,20 +446,8 @@ not contained in the distribution. You can then find them on the website.
 Windows specific
 ----------------
 
-* `windows <windows.html>`_
-  Contains a wrapper for the Win32 API.
 * `winlean <winlean.html>`_
   Contains a wrapper for a small subset of the Win32 API.
-* `shellapi <shellapi.html>`_
-  Contains a wrapper for the ``shellapi.h`` header.
-* `shfolder <shfolder.html>`_
-  Contains a wrapper for the ``shfolder.h`` header.
-* `mmsystem <mmsystem.html>`_
-  Contains a wrapper for the ``mmsystem.h`` header.
-* `psapi <psapi.html>`_
-  Contains a wrapper for the ``psapi.h`` header.
-* `nb30 <nb30.html>`_
-  This module contains the definitions for portable NetBIOS 3.0 support.
 
 
 UNIX specific
@@ -491,12 +455,6 @@ UNIX specific
 
 * `posix <posix.html>`_
   Contains a wrapper for the POSIX standard.
-* `readline <readline.html>`_
-  Part of the wrapper for the GNU readline library.
-* `history <history.html>`_
-  Part of the wrapper for the GNU readline library.
-* `rltypedefs <rltypedefs.html>`_
-  Part of the wrapper for the GNU readline library.
 
 
 Regular expressions
@@ -504,8 +462,6 @@ Regular expressions
 
 * `pcre <pcre.html>`_
   Wrapper for the PCRE library.
-* `tre <tre.html>`_
-  Wrapper for the TRE library.
 
 
 GUI libraries
@@ -526,15 +482,6 @@ Database support
   Contains a wrapper for SQLite 3 API.
 * `odbcsql <odbcsql.html>`_
   interface to the ODBC driver.
-* `sphinx <sphinx.html>`_
-  Nim wrapper for ``sphinx``.
-
-
-XML Processing
---------------
-
-* `expat <expat.html>`_
-  Wrapper of the expat XML parser.
 
 
 Network Programming and Internet Protocols
@@ -553,16 +500,6 @@ Network Programming and Internet Protocols
   Wrapper for OpenSSL.
 
 
-Data Compression and Archiving
-------------------------------
-
-* `zlib <zlib.html>`_
-  Wrapper for the zlib library.
-
-* `libzip <libzip.html>`_
-  Interface to the `lib zip <http://www.nih.at/libzip/index.html>`_ library by
-  Dieter Baron and Thomas Klausner.
-
 
 Scientific computing
 --------------------
@@ -570,8 +507,9 @@ Scientific computing
 * `libsvm <libsvm.html>`_
   Low level wrapper for `lib svm <http://www.csie.ntu.edu.tw/~cjlin/libsvm/>`_.
 
+
 Nimble
-====================
+======
 
 Nimble is a package manager for the Nim programming language.
 For instructions on how to install Nimble packages see