Source: naga
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>, Ximin Luo <infinity0@debian.org>
Build-Depends: debhelper (>= 9), javahelper, ant, default-jdk
Standards-Version: 3.9.8
Homepage: https://code.google.com/p/naga/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/naga.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-java/naga.git/

Package: libnaga-java
Architecture: all
Depends: ${shlibs:Depends}, ${java:Depends}, ${misc:Depends}
Description: 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.
