File: control

package info (click to toggle)
libwn6 6.0-17
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 6,012 kB
  • ctags: 3,903
  • sloc: ansic: 45,078; makefile: 960; csh: 274; sh: 17
file content (38 lines) | stat: -rw-r--r-- 1,515 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
31
32
33
34
35
36
37
38
Source: libwn6
Section: libs
Priority: optional
Maintainer: James R. Van Zandt <jrv@debian.org>
Build-Depends: debmake (>= 3.7.2), c-shell
Standards-Version: 3.5.9

Package: libwn6
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Many numerical and memory management functions
 This collection of C software written by Will Naylor includes
 functions for linear programming (with dense matrices only), linear
 algebra (including sparse matrices), transportation problem, network
 flow (critical path, longest path, shortest path), optimization
 (conjugate gradient and simulated annealing), hash tables, single
 linked lists, binary trees, complex arithmetic, and discrete Fourier
 transform (FFT and otherwise).
 .
 If you want to compile programs using libwn6, then you also need to
 install libwn-dev.

Package: libwn-dev
Architecture: any
Section: libdevel
Depends: libwn6, libc6-dev
Description: Many numerical and memory management functions
 This collection of C software written by Will Naylor includes
 functions for linear programming (with dense matrices only), linear
 algebra (including sparse matrices), transportation problem, network
 flow (critical path, longest path, shortest path), optimization
 (conjugate gradient and simulated annealing), hash tables, single
 linked lists, binary trees, complex arithmetic, and discrete Fourier
 transform (FFT and otherwise).
 .
 This package includes the header files and documentation required to
 compile programs that use libwn6.