Source: civetweb Standards-Version: 4.7.4 Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille , Sebastien Jodogne , Étienne Mollier , Section: web Build-Depends: debhelper-compat (= 14), cmake, libjs-jquery, zlib1g-dev, Vcs-Browser: https://salsa.debian.org/med-team/civetweb Vcs-Git: https://salsa.debian.org/med-team/civetweb.git Homepage: https://github.com/civetweb/civetweb/ Package: civetweb Architecture: any Depends: libcivetweb1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, Description: embeddable web server with optional CGI, SSL and Lua support CivetWeb is an easy to use, powerful, C (C/C++) embeddable web server with optional CGI, SSL and Lua support. CivetWeb has a MIT license so you can innovate without restrictions. . CivetWeb can be used by developers as a library, to add web server functionality to an existing application. . It can also be used by end users as a stand-alone web server running on a Windows or Linux PC. It is available as single executable, no installation is required. Package: libcivetweb1 Architecture: any Multi-Arch: same Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, Description: embeddable web server with optional CGI, SSL and Lua support (lib) CivetWeb is an easy to use, powerful, C (C/C++) embeddable web server with optional CGI, SSL and Lua support. CivetWeb has a MIT license so you can innovate without restrictions. . CivetWeb can be used by developers as a library, to add web server functionality to an existing application. . It can also be used by end users as a stand-alone web server running on a Windows or Linux PC. It is available as single executable, no installation is required. . This package contains the shared library for civetweb. Package: libcivetweb-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libcivetweb1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, Description: embeddable web server with optional CGI, SSL and Lua support (devel) CivetWeb is an easy to use, powerful, C (C/C++) embeddable web server with optional CGI, SSL and Lua support. CivetWeb has a MIT license so you can innovate without restrictions. . CivetWeb can be used by developers as a library, to add web server functionality to an existing application. . It can also be used by end users as a stand-alone web server running on a Windows or Linux PC. It is available as single executable, no installation is required. . This package contains the header file for developing applications using civetweb.