Source: libnfs-dmo
Section: libs
Maintainer: Christian Marillat <marillat@deb-multimedia.org>
Bugs: mailto:marillat@deb-multimedia.org
Homepage: https://github.com/sahlberg/libnfs
Standards-Version: 4.7.4
Build-Depends: debhelper-compat (= 14), libkrb5-dev, pkgconf, cmake,
 ninja-build,

Package: libnfs17
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
Description: NFS client library (shared library)
 LIBNFS is a client library for accessing NFS shares over a network.
 .
 LIBNFS offers three different APIs, for different use :
  * RAW : A fully async low level rpc library for nfs protocols
  * NFS ASYNC : A fully asynchronous library for high level vfs functions
  * NFS SYNC : A synchronous library for high level vfs functions
 .
 This package provides the shared library.

Package: libnfs-dev
Multi-Arch: same
Architecture: any
Section: libdevel
Depends: libnfs17 (= ${binary:Version}),
Description: NFS client library (development files)
 LIBNFS is a client library for accessing NFS shares over a network.
 .
 LIBNFS offers three different APIs, for different use :
  * RAW : A fully async low level rpc library for nfs protocols
  * NFS ASYNC : A fully asynchronous library for high level vfs functions
  * NFS SYNC : A synchronous library for high level vfs functions
 .
 This package provides the necessary files needed for development.
