KyotoTycoonClient

Summary: A Squeak Kyoto Tycoon client
Author: Masashi Umezawa
Owner: Masashi Umezawa (mu)
Co-maintainers: <None>
Categories:
Homepage: http://www.squeaksource.com/KyotoTycoonClient.html
PackageInfo name: KyotoTycoonClient
RSS feed: http://www.squeaksource.com/KyotoTycoonClient/feed.rss

Description:

A Squeak Client for Kyoto Tycoon.
Kyoto Tycoon is a newly-introduced lightweight KVS. It is a successor of Tokyo Tyrant.
It has nice features as follows:

Details: http://fallabs.com/kyototycoon/

__

"Use this script for 0.1.0 (I cannot add a release page why?)"

Compiler evaluate: '

| version metacelloConfig gofer |
version := ''0.1.0''.
metacelloConfig := ''ConfigurationOfKyotoTycoonClient''.

gofer := Smalltalk at: #Gofer ifAbsent:[].
gofer ifNil:[
Installer squeaksource
project: ''MetacelloRepository'';
install: metacelloConfig.
]
ifNotNil: [
gofer it
squeaksource: ''MetacelloRepository'';
package: metacelloConfig;
load.
].

((Smalltalk at: metacelloConfig asSymbol asSymbol) project version: version) load.

'.



Releases


Back