• Bug#1109485: ITP: golang-github-ghemawat-stream -- Package stream provi

    From Leonardo Arias Fonseca@21:1/5 to All on Fri Jul 18 20:20:01 2025
    Package: wnpp
    Severity: wishlist
    Owner: Leonardo Arias Fonseca <[email protected]>

    * 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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)