]> Cypherpunks.ru repositories - govpn.git/blob - doc/sources.texi
Merge branch 'develop'
[govpn.git] / doc / sources.texi
1 @node Development source code
2 @section Development source code
3
4 Development source contains the latest version of the code. It may be
5 buggy. Also it does not contain compiled documentation and is not
6 recommended for porters because of that.
7
8 You can obtain it by cloning Git repository:
9 @code{git clone https://github.com/stargrave/govpn.git}.
10
11 Also there is mirror of dependent libraries for safety if their native
12 repositories will be unavailable (they are seldom updated):
13
14 @multitable @columnfractions .50 .50
15 @headitem Software/library @tab Mirror
16 @item @code{govpn} @tab @url{git://git.cypherpunks.ru/govpn.git}
17 @item @code{golang.org/x/crypto/poly1305} @tab @url{git://git.cypherpunks.ru/crypto.git}
18 @item @code{golang.org/x/crypto/salsa20} @tab @url{git://git.cypherpunks.ru/crypto.git}
19 @item @code{golang.org/x/crypto/xtea} @tab @url{git://git.cypherpunks.ru/crypto.git}
20 @item @code{golang.org/x/crypto/pbkdf2} @tab @url{git://git.cypherpunks.ru/crypto.git}
21 @item @code{github.com/agl/ed25519} @tab @url{git://git.cypherpunks.ru/ed25519.git}
22 @end multitable