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

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


Branch: CURRENT, Version: 2013.12.04, Package name: io-base-2013.12.04, 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-distributedobjects] [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]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: d0d7dc16b32c4994f771382813e0d107b182613b
Filesize: 8922.761 KB

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.