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.
|