naga 3.0+svn80-5 source package in Ubuntu

Changelog

naga (3.0+svn80-5) unstable; urgency=medium

  * Team upload
  * Depending on debhelper-compat 13, dropping old d/compat file
  * Updating years in d/copyright
  * Raising Standards version to 4.6.1:
    - Rules-Requires-Root: no
  * Installing Maven artifacts using maven_repo_helper
  * Marking the -java package as Multi-Arch: foreign
  * Build-depending on default-jdk-headless as headed classes are not needed
  * Refreshing homepage URI
  * Adding a d/watch file to document the archived upstream web page
  * Adding a header to the build number incrementation patch

 -- Pierre Gruet <email address hidden>  Sun, 16 Oct 2022 14:40:40 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
naga_3.0+svn80-5.dsc 2.0 KiB 1210a7648c63ffa23864a59c5964a30a2404fe2a8bcf83a5c85c341a455bb002
naga_3.0+svn80.orig.tar.gz 36.8 KiB bfa875d94a80ca109aa92f6fb8edc1f89f418de658564bf05ec2c702a7bb28a8
naga_3.0+svn80-5.debian.tar.xz 4.4 KiB e686abe9958f493bf036e57f8edcef30ba98aa9d8f94ae07c95be27929f835f8

Available diffs

No changes file available.

Binary packages built by this source

libnaga-java: Simplified Java NIO asynchronous sockets

 Naga aims to be a very small NIO library that provides a handful of java
 classes to wrap the usual Socket and ServerSocket with asynchronous NIO
 counterparts.
 .
 All of this is driven from a single thread, making it useful for both client
 (e.g. allowing I/O to be done in the AWT-thread without any need for threads)
 and server programming (1 thread for all connections instead of 2
 threads/connection).
 .
 Naga contains the code needed to get NIO up and running without having to code
 partially read buffers and setting various selection key flags.