Package: wnpp
Severity: wishlist
Owner: Leonardo Arias Fonseca <ag...@riseup.net>
* Package name : golang-github-ghemawat-stream
Version : 0.0~git20171120.696b145-1
Upstream Author : Sanjay Ghemawat
* URL : https://github.com/ghemawat/stream
* License : Apache-2.0
Programming Lang: Go
Description : Package stream provides filters that can be chained
together in a manner similar to Unix pipelines.
Provides filters that can be chained together in a manner
similar to Unix pipelines. A simple example that prints all go files
under the current directory:
.
stream.Run(
stream.Find("."),
stream.Grep(`.go$`),
stream.WriteLines(os.Stdout),
)
I want to package this library to unblock mev-boost, ITP bug #1107167,
and go-ethereum, ITP bug #890541