]> Cypherpunks.ru repositories - goredo.git/blob - goredo.texi
Direct links to GPLv3
[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 @command{goredo} is
25 @url{https://www.gnu.org/philosophy/pragmatic.html, copylefted}
26 @url{https://www.gnu.org/philosophy/free-sw.html, free software}
27 licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GNU GPLv3}.
28 It should work on all @url{https://en.wikipedia.org/wiki/POSIX,
29 POSIX}-compatible systems.
30
31 Please send questions, bug reports and patches to
32 @url{https://lists.cypherpunks.ru/mailman/listinfo/goredo-devel, goredo-devel}
33 maillist. Announcements also go to this mailing list.
34
35 @insertcopying
36
37 @include features.texi
38 @include notes.texi
39 @include cmds.texi
40 @include news.texi
41 @include install.texi
42 @include faq.texi
43 @include state.texi
44
45 @bye