File: control

package info (click to toggle)
golang-github-d5-tengo 2.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,240 kB
  • sloc: makefile: 12
file content (40 lines) | stat: -rw-r--r-- 1,311 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
32
33
34
35
36
37
38
39
40
Source: golang-github-d5-tengo
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytham@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-d5-tengo
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-d5-tengo.git
Homepage: https://github.com/d5/tengo
XS-Go-Import-Path: github.com/d5/tengo

Package: golang-github-d5-tengo-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: fast script language for Go (library)
 Tengo is a small, dynamic, fast, secure script language for Go, as it's
 compiled/executed as bytecode on stack-based VM that's written in native Go.
 .
 This package contains the Golang library.

Package: tengo
Section: interpreters
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Built-Using: ${misc:Built-Using}
Description: fast script language for Go (program)
 Tengo is a small, dynamic, fast, secure script language for Go, as it's
 compiled/executed as bytecode on stack-based VM that's written in native Go.
 .
 This package contains the standalone compiler.