Source: golang-github-yuin-gluare Maintainer: Debian Go Packaging Team Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-yuin-gopher-lua-dev Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-yuin-gluare Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-yuin-gluare.git Homepage: https://github.com/yuin/gluare XS-Go-Import-Path: github.com/yuin/gluare Package: golang-github-yuin-gluare-dev Architecture: all Depends: golang-github-yuin-gopher-lua-dev, ${misc:Depends} Multi-Arch: foreign Description: Regular expression library for the GopherLua Gluare has almost the same API as Lua pattern match. "re.find" , "re.gsub", "re.match", "re.gmatch" are available. These functions have the same API as Lua pattern match. gluare uses the Go regexp package, so you can use regular expressions that are supported in the Go regexp package.