1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: nginx-confgen
Section: web
Priority: optional
Maintainer: Jordi Mallach <jordi@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Homepage: https://dev.yorhel.nl/nginx-confgen
Vcs-Browser: https://salsa.debian.org/debian/nginx-confgen
Vcs-Git: https://salsa.debian.org/debian/nginx-confgen.git
Rules-Requires-Root: no
Package: nginx-confgen
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: nginx configuration file macro language and preprocessor
This is a preprocessor and macro system for nginx(-like) configuration
files. It can be used to do pre-processing for nginx configuration files
(and other configuration files with a similar syntax). It has support for
"compile-time" macro expansion and variable interpolation, which should
make it less tedious to maintain large and complex configurations.
|