File: control

package info (click to toggle)
warped 20031216-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,276 kB
  • ctags: 2,616
  • sloc: cpp: 16,610; sh: 7,071; makefile: 318
file content (30 lines) | stat: -rw-r--r-- 1,211 bytes parent folder | download
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
Source: warped
Build-Depends: debhelper (>> 4.1.0), libtool, libclutils0-dev, mpich, libltdl3-dev
Section: devel
Priority: optional
Maintainer: Dale E Martin <dmartin@cliftonlabs.com>
Standards-Version: 3.6.1.1

Package: libwarped0
Architecture: any
Depends: ${shlibs:Depends}
Section: libs
Conflicts: 
Replaces: 
Description: Shared libraries for warped (runtime libraries)
 The University of Cincinnati's discrete event simulation libraries.
 Warped supports the development of applications utilizing discrete
 event simulation.  These applications can be configured at runtime to 
 run sequentially or in parallel using MPI.  This package contains the
 warped runtime libraries.

Package: libwarped0-dev
Architecture: any
Section: devel
Depends: libc6-dev, libwarped0 (= ${Source-Version}), mpich
Description: Development files needed to compile programs that use warped
 The University of Cincinnati's discrete event simulation libraries.
 Warped supports the development of applications utilizing discrete
 event simulation.  These applications can be configured at runtime to 
 run sequentially or in parallel using MPI.  This package contains the
 headers necessary to develop applications using warped.