Path to this page:
Subject: CVS commit: pkgsrc/devel/goredo
From: Amitai Schleier
Date: 2022-01-06 12:25:25
Message id: 20220106112525.3EE1CFAEC@cvs.NetBSD.org
Log Message:
Add goredo, a Go implementation of djb's redo.
Originally it was just a rewrite of redo-c, but later most features of
apenwarr/redo were also implemented. Why yet another implementation? It
is featureful and has better performance comparing to shell and Python
implementation.
It passes tests from redo-sh.tests and implementation-neutral ones from
apenwarr/redo.
Files: