DFSG NEW Queue

DFSG, Licensing & New Packages Team

golang-github-valyala-quicktemplate 1.8.0+ds1-3

Package Information

Descriptionfast, powerful, yet easy to use template engine for Go (library)

Optimized for speed, zero memory allocations in hot paths. Up to 20x faster than html/template.

Inspired by the Mako templates philosophy.

Features: * Extremely fast. Templates are converted into Go code and then compiled. * Quicktemplate syntax is very close to Go - there is no need to learn yet another template language before starting to use quicktemplate. * Almost all bugs are caught during template compilation, so production suffers less from template-related bugs. * Easy to use. * Powerful. Arbitrary Go code may be embedded into and mixed with templates. Be careful with this power - do not query the database and/or external resources from templates unless you miss the PHP way in Go :) This power is mostly for arbitrary data transformations. * Easy to use template inheritance powered by Go interfaces. * Templates are compiled into a single binary, so there is no need to copy template files to the server.

Drawbacks: * Templates cannot be updated on the fly on the server, since they are compiled into a single binary. Take a look at fasttemplate (https://github.com/valyala/fasttemplate) if you need a fast template engine for simple dynamically updated templates.

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed ByGuillem Jover <gjover@sipwise.com>
Sponsorguillem@debian.org
Distributionunstable
Architectureany all
VCSgit: https://salsa.debian.org/go-team/packages/golang-github-valyala-quicktemplate.git (browse)
Popcon Installs3
Binary NEWYes (binary-only upload)
Trackerhttps://tracker.debian.org/pkg/golang-github-valyala-quicktemplate
Uploaded1 hour ago

New Package Report

.changes
Sourcegolang-github-valyala-quicktemplate
Version1.8.0+ds1-3
Changed-ByGuillem Jover
Architecturesource all amd64
Distributionunstable
DateThu, 14 May 2026 01:04:37 +0200
Changelog
golang-github-valyala-quicktemplate (1.8.0+ds1-3) unstable; urgency=medium
 .
   * Remove «Rules-Requires-Root: no», which is now the default.
   * Remove «Priority: optional», which is now the default.
   * Bump Standards-Version to 4.7.4.
   * Switch to debian/watch format version 5.
   * Remove --buildsystem=golang implicit since dh 13.4.
   * Update copyright years.
   * Add a new qtc binary package to ship the quicktemplate tool.
.dsc
Componentmain
Package-Listgolang-github-valyala-quicktemplate-dev deb golang optional arch=all
qtc deb golang optional arch=any
Sectiongolang
Priorityoptional
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/valyala/quicktemplate
Upstream-Name: quicktemplate
Files-Excluded:
 vendor

Files:
 *
Copyright:
 2016-2019 Aliaksandr Valialkin
License: Expat

Files:
 debian/*
Copyright:
 2020-2026 Sipwise GmbH, Austria
License: Expat
Comment: Debian packaging is licensed under the same terms as upstream

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Back to Dashboard | View all reviews for this package