golang-github-muesli-ansi-dev binary package in Ubuntu Jammy amd64

 Package ansi provides raw ANSI sequence helpers for Go.
 .
 ANSI Writer
 .
   import "github.com/muesli/ansi"
 .
   w := ansi.Writer{Forward: os.Stdout}
   w.Write([]byte("\x1b[31mHello, world!\x1b[0m"))
   w.Close()
 .
 Compressor
 .
 The ANSI compressor eliminates unnecessary/redundant ANSI sequences.
 .
   import "github.com/muesli/ansi/compressor"
 .
   w := compressor.Writer{Forward: os.Stdout}
   w.Write([]byte("\x1b[31mHello, world!\x1b[0m"))
   w.Close()

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2021-12-16 14:31:17 UTC Published Ubuntu Jammy amd64 release universe golang Optional 0.0~git20211031.c9f0611-2
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Jammy amd64 proposed universe golang Optional 0.0~git20211031.c9f0611-2
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2021-12-16 14:31:25 UTC Superseded Ubuntu Jammy amd64 release universe golang Optional 0.0~git20211031.c9f0611-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of golang-github-muesli-ansi 0.0~git20211031.c9f0611-2 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu jammy-proposed amd64 in Primary Archive for Ubuntu
  2021-12-17 18:10:08 UTC Deleted Ubuntu Jammy amd64 proposed universe golang Optional 0.0~git20211031.c9f0611-1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published