golang-rsc-binaryregexp-dev binary package in Ubuntu Lunar amd64

 Go package regexp implements regular expression search.
 .
 The syntax of the regular expressions accepted is the same general syntax
 used by Perl, Python, and other languages. More precisely, it is the
 syntax accepted by RE2 and described at https://golang.org/s/re2syntax,
 except for \C. For an overview of the syntax, run
 .
     go doc regexp/syntax
 .
 The regexp implementation provided by this package is guaranteed
 to run in time linear in the size of the input. (This is a property
 not guaranteed by most open source implementations of regular
 expressions.) For more information about this property, see
 .
     https://swtch.com/~rsc/regexp/regexp1.html
 .
 or any book about automata theory.
 .
 All characters are UTF-8-encoded code points.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2022-11-28 20:24:23 UTC Published Ubuntu Lunar amd64 release universe devel Optional 0.2.0-3
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar amd64 proposed universe devel Optional 0.2.0-3
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2022-11-28 20:27:35 UTC Superseded Ubuntu Lunar amd64 release universe devel Optional 0.2.0-2
  • Removal requested .
  • Superseded by amd64 build of golang-rsc-binaryregexp 0.2.0-3 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu groovy-proposed amd64 in Primary Archive for Ubuntu