DFSG NEW Queue

DFSG, Licensing & New Packages Team

Review: golang-github-betterleaks-go-re2 1.11.0-betterleaks.3-1

Package Information

Descriptiondrop-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.

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed ByAndrew Lee (李健秋) <ajqlee@debian.org>
Sponsorajqlee@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/go-team/packages/golang-github-betterleaks-go-re2.git (browse)
Closes#1140220
Trackerhttps://tracker.debian.org/pkg/golang-github-betterleaks-go-re2
Uploaded3 hours ago

New Package Report

.changes
Changed-ByAndrew Lee (李健秋)
Architecturesource all
Distributionunstable
DateWed, 17 Jun 2026 11:43:19 +0200
Sourcegolang-github-betterleaks-go-re2
Version1.11.0-betterleaks.3-1
Changelog
golang-github-betterleaks-go-re2 (1.11.0-betterleaks.3-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1140220)
     - requires by golang-github-betterleaks-betterleaks.
.dsc
Componentmain
Package-Listgolang-github-betterleaks-go-re2-dev deb golang optional arch=all
Sectiongolang
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/betterleaks/go-re2
Upstream-Name: go-re2
Upstream-Contact: TODO

Files: *
Copyright: 2022 wasilibs authors
           2026 Zachary Rice
License: Expat

Files: testdata/*
Copyright: 2010 Glenn Fowler <gsf@research.att.com>
           2010 AT&T Research
License: Expat

Files: NOTICE.txt
Copyright: 2009 The Go Authors.
License: BSD-3-Clause

Files: internal/cre2/*
Copyright: 2011 Keegan McAllister
           2012, 2013, 2015-2017, 2019 Marco Maggi <marco.maggi-ipsu@poste.it>
License: BSD-3-Clause

Files: debian/*
Copyright: 2026 Andrew Lee (李健秋) <ajqlee@debian.org>
License: Expat
Comment: Debian packaging is licensed under the same terms as upstream

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: BSD-3-Clause
 Redistribution  and use  in source  and  binary forms,  with or  without
 modification, are  permitted provided that the  following conditions are
 met:
 .
 1.  Redistributions  of source  code  must  retain the  above  copyright
    notice, this list of conditions and the following disclaimer.
 .
 2. Redistributions  in binary  form must  reproduce the  above copyright
    notice, this list  of conditions and the following  disclaimer in the
    documentation and/or other materials provided with the distribution.
 .
 3. Neither the name of the author  nor the names of his contributors may
    be used  to endorse  or promote products  derived from  this software
    without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
 IS'' AND ANY  EXPRESS OR IMPLIED WARRANTIES, INCLUDING,  BUT NOT LIMITED
 TO,  THE  IMPLIED  WARRANTIES  OF  MERCHANTABILITY  AND  FITNESS  FOR  A
 PARTICULAR PURPOSE  ARE DISCLAIMED.   IN NO EVENT  SHALL THE  AUTHORS OR
 CONTRIBUTORS BE  LIABLE FOR  ANY DIRECT, INDIRECT,  INCIDENTAL, SPECIAL,
 EXEMPLARY,  OR CONSEQUENTIAL  DAMAGES  (INCLUDING, BUT  NOT LIMITED  TO,
 PROCUREMENT  OF SUBSTITUTE  GOODS OR  SERVICES;  LOSS OF  USE, DATA,  OR
 PROFITS; OR BUSINESS  INTERRUPTION) HOWEVER CAUSED AND ON  ANY THEORY OF
 LIABILITY,  WHETHER IN  CONTRACT, STRICT  LIABILITY, OR  TORT (INCLUDING
 NEGLIGENCE  OR OTHERWISE)  ARISING IN  ANY WAY  OUT OF  THE USE  OF THIS
 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Review Information

accepted — allocated to mechtilde 1 hour ago, started 1 hour ago, completed 1 hour ago.

Final Comment

Back to Dashboard | View all reviews for this package