./wip/io-base, All base Io addons

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20090205, Package name: io-base-20090205, Maintainer: milos.negovanovic

Io is a small, prototype-based programming language. The ideas in Io are mostly
inspired by Smalltalk (all values are objects, all messages are dynamic), Self
(prototype-based), NewtonScript (differential inheritance), Act1 (actors and
futures for concurrency), LISP (code is a runtime inspectable/modifiable tree)
and Lua (small, embeddable).

Contains all addons that compile against NetBSD base system.


Required to run:
[wip/io-vm] [wip/io-zlib] [wip/io-blowfish] [wip/io-contracts] [wip/io-distributedobjects] [wip/io-socket] [wip/io-continuedfraction] [wip/io-cgi] [wip/io-md5] [wip/io-fnmatch] [wip/io-editline] [wip/io-sha1] [wip/io-range] [wip/io-securesocket] [wip/io-systemcall] [wip/io-random] [wip/io-rational] [wip/io-user] [wip/io-syslog] [wip/io-sqldatabase] [wip/io-thread]

Version history: (Expand)


CVS history: (Expand)


   2009-04-09 03:00:45 by Jörg Sonnenberger | Files touched by this commit (1)
Log message:
Use META_PACKAGE.
   2009-02-08 00:55:39 by M. Negovanovic | Files touched by this commit (3) | Imported package
Log message:
Meta package for all Io addons that compile against NetBSD base system.