1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: sphde
Priority: optional
Maintainer: Frédéric Bonnard <frediz@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), doxygen, graphviz, pkg-kde-tools
Rules-Requires-Root: no
Standards-Version: 4.6.1.0
Section: devel
Homepage: https://github.com/sphde/sphde
Vcs-Git: https://salsa.debian.org/debian/sphde.git
Vcs-Browser: https://salsa.debian.org/debian/sphde
Package: libsphde-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Shared Persistent Heap Data Environment library documentation files
SPHDE is composed of two major software layers: The Shared Address Space (SAS)
layer provides the basic services for a shared address space and transparent,
persistent storage. The Shared Persistent Heap (SPH) layer organizes blocks of
SAS storage into useful functions for storing and retrieving data.
.
This package contains the documentation of library.
Package: libsphde-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsphde1t64 (= ${binary:Version}), ${misc:Depends}
Description: Shared Persistent Heap Data Environment library development files
SPHDE is composed of two major software layers: The Shared Address Space (SAS)
layer provides the basic services for a shared address space and transparent,
persistent storage. The Shared Persistent Heap (SPH) layer organizes blocks of
SAS storage into useful functions for storing and retrieving data.
.
This package contains the static library and header files used in development.
Package: libsphde1t64
Provides: ${t64:Provides}
Replaces: libsphde1
Breaks: libsphde1 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Shared Persistent Heap Data Environment library
SPHDE is composed of two major software layers: The Shared Address Space (SAS)
layer provides the basic services for a shared address space and transparent,
persistent storage. The Shared Persistent Heap (SPH) layer organizes blocks of
SAS storage into useful functions for storing and retrieving data.
.
This package contains the runtime shared library.
Package: sphde-utils
Section: utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Shared Persistent Heap Data Environment library utilities
SPHDE is composed of two major software layers: The Shared Address Space (SAS)
layer provides the basic services for a shared address space and transparent,
persistent storage. The Shared Persistent Heap (SPH) layer organizes blocks of
SAS storage into useful functions for storing and retrieving data.
.
This package contains the SPHDE utilities.
|