xref: /unit/pkg/deb/debian/control.in (revision 1853)
1*1853Sdefan@nginx.comSource: unit
2*1853Sdefan@nginx.comSection: admin
3*1853Sdefan@nginx.comPriority: extra
4*1853Sdefan@nginx.comMaintainer: %%PACKAGE_VENDOR%%
5*1853Sdefan@nginx.comBuild-Depends: debhelper (>= 9),
6*1853Sdefan@nginx.com               linux-libc-dev,
7*1853Sdefan@nginx.com               libssl-dev,
8*1853Sdefan@nginx.com               libpcre2-dev
9*1853Sdefan@nginx.comStandards-Version: 3.9.5
10*1853Sdefan@nginx.comHomepage: https://unit.nginx.org
11*1853Sdefan@nginx.com
12*1853Sdefan@nginx.comPackage: unit
13*1853Sdefan@nginx.comSection: admin
14*1853Sdefan@nginx.comArchitecture: any
15*1853Sdefan@nginx.comDepends: lsb-base,
16*1853Sdefan@nginx.com         ${misc:Depends}, ${shlibs:Depends}
17*1853Sdefan@nginx.comDescription: NGINX Unit
18*1853Sdefan@nginx.com NGINX Unit is a runtime and delivery environment for modern distributed
19*1853Sdefan@nginx.com applications. It runs the application code in multiple languages
20*1853Sdefan@nginx.com (PHP, Python, Go, etc.), and tightly couples it with traffic delivery
21*1853Sdefan@nginx.com in and out of the application. Take this application server and proxy
22*1853Sdefan@nginx.com directly in the cloud / container environments and fully control your app
23*1853Sdefan@nginx.com dynamically via an API.
24*1853Sdefan@nginx.com
25*1853Sdefan@nginx.comPackage: unit-dbg
26*1853Sdefan@nginx.comSection: debug
27*1853Sdefan@nginx.comArchitecture: any
28*1853Sdefan@nginx.comPriority: extra
29*1853Sdefan@nginx.comDepends: unit (= ${binary:Version}),
30*1853Sdefan@nginx.com         ${misc:Depends}
31*1853Sdefan@nginx.comDescription: NGINX Unit (debug symbols)
32*1853Sdefan@nginx.com This package contains the debugging symbols for NGINX Unit.
33*1853Sdefan@nginx.com
34*1853Sdefan@nginx.comPackage: unit-dev
35*1853Sdefan@nginx.comSection: libdevel
36*1853Sdefan@nginx.comPriority: optional
37*1853Sdefan@nginx.comArchitecture: any
38*1853Sdefan@nginx.comDepends: unit (= ${binary:Version}),
39*1853Sdefan@nginx.com         ${misc:Depends}
40*1853Sdefan@nginx.comDescription: NGINX Unit (development files)
41*1853Sdefan@nginx.com Library and include files required for NGINX Unit modules development.
42