Files
mercury/debian/control
Tyson Dowd 57544ef771 Debian specific package building information.
Estimated hours taken: 10

debian/*:
        Debian specific package building information.
1999-03-22 06:45:56 +00:00

20 lines
762 B
Plaintext

Source: mercury
Section: devel
Priority: optional
Maintainer: Tyson Dowd <trd@cs.mu.oz.au>
Standards-Version: 2.4.1
Package: mercury
Architecture: any
Depends: ${shlibs:Depends}
Recommends: gcc
Description: New logic/functional programming language
Mercury is a new logic/functional programming language, which combines
the clarity and expressiveness of declarative programming with advanced
static analysis and error detection features. Its highly optimized
execution algorithm delivers efficiency far in excess of existing logic
programming systems, and close to conventional programming
systems. Mercury addresses the problems of large-scale program
development, allowing modularity, separate compilation, and numerous
optimization/time trade-offs.