#1109485 ITP: golang-github-ghemawat-stream -- Package stream provides filters that can be chained together in a manner similar to Unix pipelines.

Package:
wnpp
Source:
wnpp
Submitter:
Leonardo Arias Fonseca
Date:
2025-11-29 16:58:09 UTC
Severity:
normal
#1109485#5
Date:
2025-07-18 18:16:27 UTC
From:
To:
* 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