Source: easybind
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Build-Depends: debhelper (>= 10),
               default-jdk (>= 1:1.8),
               gradle-debian-helper,
               junit4,
               libopenjfx-java,
               maven-repo-helper
Standards-Version: 3.9.8
Homepage: https://github.com/bkromhout/java-diff-utils
Vcs-Git: https://anonscm.debian.org/pkg-java/easybind.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/easybind.git

Package: libeasybind-java
Architecture: all
Depends: ${misc:Depends}
Description: helper library for custom JavaFX bindings using lamdas
 EasyBind leverages lambdas to reduce boilerplate
 when creating custom bindings, provides a type-safe alternative to
 Bindings.select* methods (inspired by Anton Nashatyrev's feature
 request, planned for JavaFX 9) and adds monadic operations to
 ObservableValue.
