]> Cypherpunks.ru repositories - goredo.git/blob - goredo.texi
Texinfo-ed documentation and tarballs preparation
[goredo.git] / goredo.texi
1 \input texinfo
2 @documentencoding UTF-8
3 @settitle goredo
4
5 @copying
6 Copyright @copyright{} 2020-2021 @email{stargrave@@stargrave.org, Sergey Matveev}
7 @end copying
8
9 @node Top
10 @top
11
12 This is pure Go implementation of @url{http://cr.yp.to/redo.html, DJB's
13 redo} build system proposal. Originally it was just a rewrite of
14 @url{https://github.com/leahneukirchen/redo-c, redo-c}, but later most
15 features of @url{https://redo.readthedocs.io/en/latest/, apenwarr/redo}
16 were also implemented. Why yet another implementation? It is feature
17 full and has better performance comparing to shell and Python
18 implementation.
19
20 It passes tests from
21 @url{http://news.dieweltistgarnichtso.net/bin/redo-sh.html, redo-sh.tests}
22 and implementation-neutral ones from @command{apenwarr/redo}.
23
24 goredo is free software, licenced under
25 @url{https://www.gnu.org/licenses/gpl-3.0.html, GNU GPLv3}:
26 see the file COPYING for copying conditions.
27
28 Please send questions, bug reports and patches to
29 @url{https://lists.cypherpunks.ru/mailman/listinfo/goredo-devel, goredo-devel}
30 maillist. Announcements also go to this mailing list.
31
32 @insertcopying
33
34 @include features.texi
35 @include notes.texi
36 @include cmds.texi
37 @include news.texi
38 @include install.texi
39 @include faq.texi
40 @include state.texi
41
42 @bye