SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

naga rpm build for : Fedora 36. For other distributions click naga.

Name : naga
Version : 3.0 Vendor : Fedora Project
Release : 19.20200930git6f1e95d.fc36 Date : 2022-02-05 23:12:00
Group : Unspecified Source RPM : naga-3.0-19.20200930git6f1e95d.fc36.src.rpm
Size : 0.06 MB
Packager : Fedora Project
Summary : Simplified Java NIO asynchronous sockets
Description :
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 (similar to NIO2 planned for Java 1.7).

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).

Internally Naga is a straightforward NIO implementation without any
threads or event-queues thrown in, it is \"just the NIO-stuff\", to let
you build things on top of it.

Naga contains the code needed to get NIO up and running without having
to code partially read buffers and setting various selection key
flags.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/36/Everything/aarch64/os/Packages/n

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  naga-3.0-19.20200930git6f1e95d.fc36.noarch.rpm
     

Provides :
naga

Requires :
java-headless
javapackages-filesystem
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/naga
/usr/share/doc/naga/Echoserver.md
/usr/share/doc/naga/Eventmachine.md
/usr/share/doc/naga/Gotchas.md
/usr/share/doc/naga/PacketReader.md
/usr/share/doc/naga/README.md
/usr/share/java/naga-3_0.jar
/usr/share/java/naga.jar
/usr/share/licenses/naga
/usr/share/licenses/naga/COPYING

 
ICM