diff options
author | Sean Enck <enckse@gmail.com> | 2017-08-24 23:29:19 -0400 |
---|---|---|
committer | Sean Enck <enckse@gmail.com> | 2017-08-24 23:29:19 -0400 |
commit | 51c1eceea2cab0c631f7b4914ec989bfa6474d7d (patch) | |
tree | 33b95032bc6e4ace32042b9ee1dca06c2fea2c97 | |
parent | 496716ee9ba659ea33b234a32af5f972cd078aab (diff) | |
download | Nim-51c1eceea2cab0c631f7b4914ec989bfa6474d7d.tar.gz |
libcurl is available via nimble, doc isn't in stdlib any more
-rw-r--r-- | doc/lib.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index ea43c0db9..64c3c11eb 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -539,9 +539,6 @@ Network Programming and Internet Protocols * `joyent_http_parser <joyent_http_parser.html>`_ Wrapper for the joyent's high-performance HTTP parser. -* `libcurl <libcurl.html>`_ - Wrapper for the libcurl library. - * `openssl <openssl.html>`_ Wrapper for OpenSSL. |