Home

Awesome

MessagePack for Cuis

MessagePack serialization library for various Smalltalk dialects.

For more info, please see the official repository: https://github.com/msgpack/msgpack-smalltalk

Installation

Assuming Cuis 4.2 or higher.

Copy the 'Cuis-Smalltalk-MessagePack' folder to your Cuis root folder.

Open the workspace, then do it:

	Feature require: 'MessagePack-Core'.
	Feature require: 'MessagePack-Cuis-Core'.
	Feature require: 'MessagePackTest-Core'. "optional"

If you've installed MessagePackTest-Core, you can open "SUnit Test Runner" and see all-grean results.

Limitation

Enjoy!


Masashi Umezawa