File: control

package info (click to toggle)
golang-github-yosssi-ace-proxy 0.0~git20141007.0.ecd9b78-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 80 kB
  • sloc: makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,048 bytes parent folder | download | duplicates (2)
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
Source: golang-github-yosssi-ace-proxy
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-yosssi-ace-dev
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-yosssi-ace-proxy
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-yosssi-ace-proxy.git
Homepage: https://github.com/yosssi/ace-proxy
XS-Go-Import-Path: github.com/yosssi/ace-proxy

Package: golang-github-yosssi-ace-proxy-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-yosssi-ace-dev
Description: Proxy for the Ace template engine (Go library)
 Ace Proxy is a proxy for the Ace template engine.  This proxy caches the
 options for the Ace template engine so that you don’t have to specify
 them every time calling the Ace APIs.