summaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: 42fa7dbb32479bb763a18ee5eb983293fcd453ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: webchat
Section: web
Priority: optional
Maintainer: Roland Reichwein <mail@reichwein.it>
Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, uglifyjs, python3-pkg-resources, htmlmin, cleancss, pkg-config, libfmt-dev, libsqlitecpp-dev, googletest, gcovr, libreichwein-dev, emscripten
Standards-Version: 4.5.0
Homepage: http://www.reichwein.it/whiteboard/

Package: webchat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libxml2-utils
Recommends: webserver
Homepage: http://www.reichwein.it/whiteboard/
Description: Web application for chat
 Webchat is a cat web application, running on a webserver (e.g. Reichwein.IT
 webserver) via websockets interface. Client-wise, it is implemented with
 plain HTML and JavaScript.