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 27 28
|
Source: controlsfx
Section: java
Priority: optional
Maintainer: tony mancill <tmancill@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
gradle-debian-helper,
maven-repo-helper,
openjfx (>= 11)
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/controlsfx.git
Vcs-Browser: https://salsa.debian.org/java-team/controlsfx
Homepage: https://github.com/controlsfx/controlsfx
Package: libcontrolsfx-java
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: high quality UI controls and other tools to complement JavaFX
ControlsFX is a collection of UI controls and other tools to complement
the core JavaFX distribution. It has been developed for JavaFX 8.0 and
beyond, and has a guiding principle of only accepting new controls and
features when all existing code is at an acceptably high level, including
having high quality javadoc documentation.
.
The full list of features is provided at:
http://fxexperience.com/controlsfx/features/
|