docs/src/index.rst
libuv is a multi-platform support library with a focus on asynchronous I/O. It
was primarily developed for use by Node.js, but it's also used by Luvit,
Julia, uvloop, and others_.
.. note::
In case you find errors in this documentation you can help by sending
pull requests <https://github.com/libuv/libuv>_!
.. _Node.js: https://nodejs.org .. _Luvit: https://luvit.io .. _Julia: https://julialang.org .. _uvloop: https://github.com/MagicStack/uvloop .. _others: https://github.com/libuv/libuv/blob/v1.x/LINKS.md
.. toctree:: :maxdepth: 1
design api guide upgrading
libuv can be downloaded from here <https://dist.libuv.org/dist/>_.
Installation instructions can be found in the README <https://github.com/libuv/libuv/blob/master/README.md>_.