File: control

package info (click to toggle)
golang-github-yuin-gluare 0.0~git20170607.d7c94f1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 84 kB
  • sloc: makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,127 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: golang-github-yuin-gluare
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Nilesh Patra <npatra974@gmail.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-yuin-gopher-lua-dev
Standards-Version: 4.5.0
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
Rules-Requires-Root: no
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}
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.