File: control

package info (click to toggle)
cln 0.98-7.1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 12,188 kB
  • ctags: 15,282
  • sloc: cpp: 71,545; ansic: 12,015; asm: 8,431; sh: 3,159; makefile: 886; lisp: 64
file content (27 lines) | stat: -rw-r--r-- 921 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
Source: cln
Section: libs
Priority: extra
Maintainer: John Lapeyre <lapeyre@physics.arizona.edu>
Standards-Version: 2.3.0.1

Package: cln
Architecture: any
Priority: extra
Section: libs
Depends: ${shlibs:Depends}
Description: Class Library for Numbers (c++)
 CLN is a library for computations with all kinds of numbers.  It has a
 rich set of number classes, including integers (with unlimited precision),
 reals with various precisions (including unlimited), rationals, complex
 numbers, polynomials.  The kernel is written in assembly language, and 
 many efficient algorithms and automatic garbage collection are implemented.
 Homepage: http://clisp.cons.org/~haible/packages-cln.html

Package: cln-dev
Architecture: any
Priority: extra
Section: devel
Depends: g++, cln (>= 0.98-6)
Description: Development library for Class Library for Numbers (c++)
 cln-dev contains documents and the development library for 
 cln.