File: control

package info (click to toggle)
golang-github-yuin-gluare 0.0~git20170607.d7c94f1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 84 kB
  • sloc: makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,078 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
Source: golang-github-yuin-gluare
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
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.