diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-01-19 13:45:35 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-01-19 13:45:35 +0000 |
commit | 992ca7dc2aaf6ae753dc52e29211aeb0949fd2df (patch) | |
tree | a07f49fc5ab28eb5953e4a954c1db9fd4d1b2f7a /www/kahua/distinfo | |
parent | bde7dea9770e7d015dcb32955c7c25895d86790f (diff) | |
download | pkgsrc-992ca7dc2aaf6ae753dc52e29211aeb0949fd2df.tar.gz |
Initial import of Kahua 1.0.1.
Kahua is CPS, Continuation Passing Style application framework written
in one of scheme implementation, Gauche.
CPS has following advantages.
- You can use "Continuation" easily so you can resolve the typical Web
Applicaiton's problem of process disconnection.
- You can program declaratively by using S-expressions as fundamental
data type.
- You can use Kahua's Object Database to permanent data by itself.
- You can modify the function being run and it supports incremental
development.
Gauche is an R5RS Scheme implementation that is designed to be a
useful tools for daily work. See http://practical-scheme.net/gauche/
in detail.
Kahua is licensed under the modified BSD license. See COPYING in detail.
"Kahua" means platform, location or base in Hawaiian.
Diffstat (limited to 'www/kahua/distinfo')
-rw-r--r-- | www/kahua/distinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/kahua/distinfo b/www/kahua/distinfo new file mode 100644 index 00000000000..492b31e5a41 --- /dev/null +++ b/www/kahua/distinfo @@ -0,0 +1,7 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/01/19 13:45:35 uebayasi Exp $ + +SHA1 (Kahua-1.0.1.tgz) = 0731eca481de7612595cd950d03b7d1baf66c579 +RMD160 (Kahua-1.0.1.tgz) = f4ff55bed258486faccbf647344fe719c548a823 +Size (Kahua-1.0.1.tgz) = 491246 bytes +SHA1 (patch-aa) = 0c0bf9c7795f62b979053019e0a82f12a332f96d +SHA1 (patch-ab) = 0f4a3d0b7e1daf51952d83f89967e0e6230365bc |