Source: npth
Section: libdevel
Priority: optional
Maintainer: Eric Dorland <eric@debian.org>
Uploaders:
 Luca Capello <luca.capello@infomaniak.com>,
Build-Depends: debhelper (>= 10)
Standards-Version: 3.9.8
Homepage: https://www.gnupg.org/
Vcs-Git: https://anonscm.debian.org/git/users/eric/npth.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/eric/npth.git

Package: libnpth0-dev
Architecture: any
Depends: libnpth0 (= ${binary:Version}), ${misc:Depends}
Provides: libnpth-dev
Conflicts: libnpth-dev
Description: headers for libnpth0
 nPth is a non-preemptive threads implementation using an API very
 similar to the one known from GNU Pth. It has been designed as a
 replacement of GNU Pth for non-ancient operating systems. In
 contrast to GNU Pth it is based on the system's standard threads
 implementation. Thus nPth allows the use of libraries which are not
 compatible to GNU Pth.
 .
 This package contains the headers and static libraries for libnpth0.

Package: libnpth0
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: replacement for GNU Pth using system threads
 nPth is a non-preemptive threads implementation using an API very
 similar to the one known from GNU Pth. It has been designed as a
 replacement of GNU Pth for non-ancient operating systems. In
 contrast to GNU Pth it is based on the system's standard threads
 implementation. Thus nPth allows the use of libraries which are not
 compatible to GNU Pth.
