File: control

package info (click to toggle)
wxformbuilder 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 8,908 kB
  • sloc: cpp: 37,318; xml: 6,611; javascript: 1,353; python: 94; sh: 62; makefile: 62
file content (26 lines) | stat: -rw-r--r-- 909 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: wxformbuilder
Section: devel
Priority: optional
Maintainer: Steve Meliza <swm@swm1.com>
Build-Depends: debhelper-compat (= 13),
               cmake (>= 3.21),
               libwxgtk3.2-dev,
               libwxgtk-media3.2-dev,
               libboost-dev
Standards-Version: 4.7.0
Homepage: http://wxformbuilder.org/
Vcs-Browser: https://salsa.debian.org/melizas-guest/wxFormBuilder
Vcs-Git: https://salsa.debian.org/melizas-guest/wxFormBuilder.git
Rules-Requires-Root: no

Package: wxformbuilder
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: wxwidgets,
          codeblocks
Description: GUI designer for the wxWidgets toolkit
 wxFormBuilder is a GUI builder for the wxWidgets framework.
 .
 Code generation is supported for C++, Python, Lua and PHP.
 Additionally, the import and export of XRC code is possible.
 To support additional widgets, custom plugins can be used.