File: control

package info (click to toggle)
golang-github-brentp-goluaez 0.0~git20160116.dd35d08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 92 kB
  • sloc: makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,201 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
29
30
31
Source: golang-github-brentp-goluaez
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,
               golang-github-yuin-gluare-dev,
               golang-gopkg-check.v1-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-brentp-goluaez
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-brentp-goluaez.git
Homepage: https://github.com/brentp/goluaez
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/brentp/goluaez

Package: golang-github-brentp-goluaez-dev
Architecture: all
Depends: golang-github-yuin-gopher-lua-dev,
         golang-gopkg-check.v1-dev,
         golang-github-yuin-gluare-dev,
         ${misc:Depends}
Description: Easy embedding Lua in go
 goluaez wraps gopher-lua  and gopher-luar.
 gopher-luar does a nice job of converting
 go values to Lua. This package uses that and
 also converts Lua values to go and converts
 go slices to Lua tables.