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
|
Source: pact
Section: devel
Priority: extra
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 2.5.0.0
Package: pact-base
Architecture: any
Depends: c-shell, ${shlibs:Depends}
Description: A Portable Application Code Toolkit.
PACT stands for Portable Application Code Toolkit. It is a
self-contained set of tools which support developing and
using portable programs particularly scientific and engineering
applications. It is composed of several (currently 9) specific packages
each of which address a specific functionality. The pact-base package
contains the following subpackages:
.
SCORE - hash functions, string handling, environment leveling.
PML - math routines, geometry, linear solvers, etc.
PDB - portable binary data handling.
PPC - portable IPC, RPC, message passing.
Package: pact
Architecture: any
Depends: c-shell, pact-base (= ${Source-Version}), ${shlibs:Depends}
Suggests: pact-doc
Conflicts: elk (<< 3.0-5)
Description: A Portable Application Code Toolkit.
PACT stands for Portable Application Code Toolkit. It is a
self-contained set of tools which support developing and
using portable programs particularly scientific and engineering
applications. It is composed of several (currently 9) specific packages
each of which address a specific functionality. The pact package
contains the following subpackages:
.
PGS - portable graphics and GUI tools.
SCHEME - a R3RS level SCHEME interpreter library.
PANACEA - simulation code services.
SX - a SCHEME with extensions/bindings for all of PACT.
ULTRA - 1d data presentation, manipulation, analysis code.
Package: pact-dev
Architecture: any
Depends: pact (= ${Source-Version})
Suggests: pact-doc
Description: A Portable Application Code Toolkit.
This package contains header files and static libraries for
the PACT packages.
Package: pact-doc
Architecture: all
Description: Documentation for PACT
PACT FAQ's and documentation in HTML format.
Package: pact-psdoc
Architecture: all
Description: Documentation for PACT (PostScript)
PACT documentation in PostScript format.
|