]> Cypherpunks.ru repositories - nncp.git/blob - doc/sources.texi
@example is more correct way to give examples
[nncp.git] / doc / sources.texi
1 @node Sources
2 @section Development source code
3
4 Development source code contains the latest version of the code. It may
5 be buggy. It does not contain compiled documentation and dependent
6 libraries source code. Because of that, it is recommended for porters
7 to use @ref{Tarballs, tarballs} instead.
8
9 @example
10 $ git clone git://git.cypherpunks.ru/nncp.git
11 $ cd nncp
12 $ git checkout develop
13 @end example
14
15 Also there is mirror of dependent libraries for safety if their native
16 repositories will be unavailable (they are seldom updated):
17
18 @multitable @columnfractions .50 .50
19 @headitem Software/library @tab Mirror
20 @item @code{github.com/davecgh/go-xdr} @tab @url{git://git.cypherpunks.ru/go-xdr.git}
21 @item @code{github.com/dustin/go-humanize} @tab @url{git://git.cypherpunks.ru/go-humanize.git}
22 @item @code{github.com/flynn/noise} @tab @url{git://git.cypherpunks.ru/noise.git}
23 @item @code{github.com/google/go-cmp} @tab @url{git://git.cypherpunks.ru/go-cmp.git}
24 @item @code{github.com/gorhill/cronexpr} @tab @url{git://git.cypherpunks.ru/cronexpr.git}
25 @item @code{github.com/hjson/hjson-go} @tab @url{git://git.cypherpunks.ru/hjson-go.git}
26 @item @code{github.com/klauspost/compress} @tab @url{git://git.cypherpunks.ru/compress.git}
27 @item @code{golang.org/x/crypto} @tab @url{git://git.cypherpunks.ru/crypto.git}
28 @item @code{golang.org/x/net} @tab @url{git://git.cypherpunks.ru/net.git}
29 @item @code{golang.org/x/sys} @tab @url{git://git.cypherpunks.ru/sys.git}
30 @item @code{gopkg.in/check.v1} @tab @url{git://git.cypherpunks.ru/check.git}
31 @end multitable