pkg://kaya_0.4.0-2_powerpc.deb:4180438/control
downloads
Package: kaya
Version: 0.4.0-2
Architecture: powerpc
Maintainer: Stuart Teasdale <sdt@debian.org>
Installed-Size: 22632
Depends: g++-4.2, libc6 (>= 2.7-1), libgc-dev, libgc1c2 (>= 1:6.8-1.1), libgcc1 (>= 1:4.1.1-21), libgcrypt11 (>= 1.4.0), libgcrypt11-dev, libgmp3c2, libgnutls-dev, libncurses5 (>= 5.6+20071006-3), libpcre3 (>= 7.4), libpcre3-dev (>= 5.0), libreadline5 (>= 5.2), libstdc++6 (>= 4.2.1-4), zlib1g (>= 1:1.2.0), zlib1g-dev
Section: devel
Priority: extra
Description: A statically typed, imperative programming language
Kaya is a compiled statically typed (ie, types are checked at compile
time) imperative programming language; unlike other such languages,
however, types are inferred rather than declared - there is no need for
type declarations of local variables. Kaya has "tagged union" data
structures, a powerful feature more commonly found in functional
languages such as OCaml and Haskell.
.
Kaya also has built-in abstractions for web application development,
making it easy to write a CGI program without paying too much attention
to low level details such as state management and form handling.