Source: golang-github-betterleaks-go-re2 Section: golang Maintainer: Debian Go Packaging Team Uploaders: Andrew Lee (李健秋) , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, golang-github-cli-go-gh-v2-dev, golang-github-google-go-github-dev, golang-github-tetratelabs-wazero-dev, golang-github-wasilibs-wazero-helpers-dev, golang-golang-x-sys-dev, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-betterleaks-go-re2 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-betterleaks-go-re2.git Homepage: https://github.com/betterleaks/go-re2 XS-Go-Import-Path: github.com/betterleaks/go-re2 Package: golang-github-betterleaks-go-re2-dev Architecture: all Multi-Arch: foreign Depends: golang-github-cli-go-gh-v2-dev, golang-github-google-go-github-dev, golang-github-tetratelabs-wazero-dev, golang-github-wasilibs-wazero-helpers-dev, golang-golang-x-sys-dev, ${misc:Depends}, Description: drop-in replacement for regexp using re2 This package contains go-re2 which is a drop-in replacement for the standard library regexp package which uses the C++ re2 library for improved performance with large inputs or complex expressions. . By default, re2 is packaged as a WebAssembly module and accessed with the pure Go runtime, wazero. This means that it is compatible with any Go application, regardless of availability of cgo.