
Libnfs is a client library for accessing nfs shares over a network.
libnfs offers three different apis, for different use : 1, raw : a fully async low level rpc library for nfs protocols 2, nfs async : a fully asynchronous library for high level vfs functions 3, nfs sync : a synchronous library for high level vfs functions
this package provides the necessary files needed for development.