1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libyanfs-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Varun Hiremath <varun@debian.org>, Kumar Appaiah <akumar@ee.iitm.ac.in>
Build-Depends: cdbs, debhelper (>= 7)
Build-Depends-Indep: default-jdk, ant, m4
Standards-Version: 3.9.2
Homepage: https://yanfs.dev.java.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libyanfs-java
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libyanfs-java
Package: libyanfs-java
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Yet Another NFS - a Java NFS library
This project represents a Java implementation of the XDR, RPC, NFSv2,
and NFSv3 protocols in client side form.
.
WebNFS was the original name for this implementation but the name has
changed to reflect the expanded scope of the project to include a
server side implementation.
|