File: control

package info (click to toggle)
wxformbuilder 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,908 kB
  • sloc: cpp: 37,318; xml: 6,611; javascript: 1,353; python: 94; sh: 62; makefile: 62
file content (23 lines) | stat: -rw-r--r-- 931 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
Source: wxformbuilder
Section: devel
Priority: optional
Maintainer: Steffen Olszewski <steffen.olszewski@gero-mess.de>
Build-Depends: debhelper-compat (= 12),
               cmake (>= 3.21),
               git,
               libwxgtk3.2-dev | libwxgtk3.0-gtk3-dev,
               libwxgtk-media3.2-dev | libwxgtk-media3.0-gtk3-dev,
               libboost-dev
Standards-Version: 4.4.1
Homepage: https://github.com/wxFormBuilder/wxFormBuilder
#Vcs-Browser: https://salsa.debian.org/debian/wxformbuilder
#Vcs-Git: https://salsa.debian.org/debian/wxformbuilder.git

Package: wxformbuilder
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GUI builder for wxWidgets
 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.