How to install StOMP
Current release version: StOMP 1.8
Squeak: (4.2 or later)
Hosted on SqueakSource Repository. (http://www.squeaksource.com/STOMP.html).
From Monticello:
MCHttpRepository
location: 'http://www.squeaksource.com/StOMP'
user: ''
password: ''
You can also use Installer:
Installer squeaksource
project: 'MetacelloRepository';
install: 'ConfigurationOfStOMP'.
(Smalltalk at: #ConfigurationOfStOMP) perform: #load.
Pharo: (1.2 or later)
You can use Gofer:
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfStOMP';
load.
(Smalltalk at: #ConfigurationOfStOMP) perform: #load.
VisualWorks: (7.7 or later)
Hosted on Public Store Repository. http://www.cincomsmalltalk.com/publicRepository/StOMP-All(Bundle).html
You can also download parcels: https://code.google.com/p/stomp-serializer/source/browse/#hg%2FVisualWorks
VA Smalltalk: (8.0.3 or later)
Hosted on VAStGoodies.com.
Core: StOMP. Tests: StOMP Tests. (Prerequisites - MessagePack)
You can also download dat files: https://code.google.com/p/stomp-serializer/source/browse/#hg%2FVA%20Smalltalk
Dolphin Smalltalk: (X6 or later)
Hosted on Google Code.
Download the zipped pac file: StOMP-Dolphin.zip and follow the instruction on README file.
(Prerequisites - MessagePack for Smalltalk MessagePack-Dolphin.zip)
Cuis Smalltalk: (4.2 or later)
Hosted on GitHub.
See the instruction in README.md.
(Prerequisites - MessagePack for Cuis)