File: control

package info (click to toggle)
algol68g 3.1.2-1
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,672 kB
  • sloc: ansic: 64,006; sh: 4,169; makefile: 192
file content (25 lines) | stat: -rw-r--r-- 1,124 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
Source: algol68g
Section: devel
Priority: optional
Maintainer: Tomas Fasth <tomfa@debian.org>
Build-Depends: cdbs, debhelper (>= 10.0.0)
Standards-Version: 4.2.1
Homepage: https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html

Package: algol68g
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Implementation of Algol 68 as defined by the Revised Report
 Algol 68 is a secure, expression-oriented programming language with which
 you elegantly code algorithms without having to bother too much about
 irrelevant technical details and limitations inherent to many other
 languages.
 .
 Algol 68 Genie offers for example:
 » many runtime checks facilitating debugging and improving the
 » reliability of your programs, native support for arbitrary precision
 » arithmetic including complex numbers, syntactic constructions to
 » support linear algebra, a gdb-style debugger and a pretty-printer to
 » beautify source code, optional linkage to GNU plotutils, the GNU
 » scientific library or PostgreSQL, extensions as UNIX pipes, regular
 » expression matching, and web page content fetching.