]> git.proxmox.com Git - proxmox-widget-toolkit.git/blob - debian/control
bump version to 4.2.3
[proxmox-widget-toolkit.git] / debian / control
1 Source: proxmox-widget-toolkit
2 Section: web
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper-compat (= 13),
6 libjs-marked,
7 pve-eslint (>= 7.28.0),
8 sassc,
9 uglifyjs,
10 Standards-Version: 4.6.2
11 Homepage: https://www.proxmox.com
12
13 Package: proxmox-widget-toolkit
14 Architecture: all
15 Depends: ${misc:Depends}
16 Description: Core Widgets and ExtJS Helper Classes for Proxmox Web UIs
17 The base framework providing widgets, models, and general utilities for the
18 ExtJS based Web UIs of various Proxmox projects
19
20 Package: proxmox-widget-toolkit-dev
21 Architecture: all
22 Depends: ${misc:Depends}
23 Description: ExtJS based widgets and utilities for development
24 Contains some common JavaScript code that some Proxmox projects might used to
25 build common interfaces, like the API viewer in each documnetation repo.