invokebinder 1.13-1 source package in Ubuntu

Changelog

invokebinder (1.13-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.13
  * d/control: apply Multi-Arch hints
  * d/control: bump Standards-Version, no changes needed
  * d/patches: drop javadoc-related patch
  * fix jquery library symlinks

 -- Jérôme Charaoui <email address hidden>  Sun, 03 Sep 2023 14:35:56 -0400

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
invokebinder_1.13-1.dsc 1.5 KiB 52140ae0885d1b05928ecb83fd8af2203bf2ee6cee4517fc66c4767be4b3a2f1
invokebinder_1.13.orig.tar.xz 78.6 KiB b7eb325bafdaf390c4e087a8147b4f73dfaef171e5bd690ced41663f1a985815
invokebinder_1.13-1.debian.tar.xz 3.1 KiB 7e2f20af02d8d0c094349106f466a4da7bd4f8665271b3026e85ee22d43604af

Available diffs

No changes file available.

Binary packages built by this source

libinvokebinder-java: Java DSL for binding method handles

 This Java library hopes to provide a more friendly DSL for binding
 method handles.
 .
 Unlike the normal MethodHandle API, handles are bound forward
 from a source MethodType and eventually adapted to a final target
 MethodHandle.
 .
 Along the way the transformations are pushed onto a
 stack and eventually applied in reverse order, as the standard API
 demands.

libinvokebinder-java-doc: Documentation for invokebinder

 This Java library hopes to provide a more friendly DSL for binding
 method handles.
 .
 Unlike the normal MethodHandle API, handles are bound forward
 from a source MethodType and eventually adapted to a final target
 MethodHandle.
 .
 Along the way the transformations are pushed onto a
 stack and eventually applied in reverse order, as the standard API
 demands.
 .
 This package contains the API documentation of libinvokebinder-java.