Xtreams

Description

Xtreams is the Squeak port of VW Xtreams. The project site (and documentation) is athttp://code.google.com/p/xtreamsHere's how to load the project using Gofer (Pharo):Gofer new squeaksource: 'Xtreams'; package: 'Xtreams-Support'; package: 'Xtreams-Core'; package: 'Xtreams-Terminals'; package: 'Xtreams-TerminalsFileSystem'; package: 'Xtreams-Transforms'; package: 'Xtreams-Substreams'; package: 'Xtreams-Parsing'; " --- tests follow --- " package: 'Xtreams-CoreTests'; package: 'Xtreams-TerminalsTests'; package: 'Xtreams-TerminalsFileSystemTests'; package: 'Xtreams-TransformsTests'; package: 'Xtreams-SubstreamsTests'; package: 'Xtreams-ParsingTests'; " --- following require FFI --- " package: 'Xtreams-Xtras'; package: 'Xtreams-XtrasTests'; loadHere's how to load the project using Installer+Metacello (Squeak):Installer ss project: 'MetacelloRepository'; install: 'ConfigurationOfXtreams'. (Smalltalk at: #ConfigurationOfXtreams) project bleedingEdge loadYou can replace #bleedingEdge with #stableVersion if not adventurous.Here's how to load the project using Installer only (Squeak 4.2 and below):Installer squeaksource project: 'Xtreams'; install: 'Xtreams-Support'; install: 'Xtreams-Core-'; install: 'Xtreams-Terminals-'; install: 'Xtreams-TerminalsFileDirectory-'; install: 'Xtreams-Transforms-'; install: 'Xtreams-Substreams-'; install: 'Xtreams-Parsing-'; " --- tests follow --- " install: 'Xtreams-CoreTests'; install: 'Xtreams-TerminalsTests'; install: 'Xtreams-TerminalsFileDirectoryTests'; install: 'Xtreams-TransformsTests'; install: 'Xtreams-SubstreamsTests'; install: 'Xtreams-ParsingTests'; " --- following require FFI --- " install: 'Xtreams-Xtras-'; install: 'Xtreams-XtrasTests'.MembersCreator:nicolas cellierAdmin:Martin Kobetic,nicolas cellier,Michael Lucas-SmithTagsalgorithm,collection,cryptography,pharo,squeakLicenseCode commited to this repository will be aut

Details

Source
SqueakSource
Dialect
pharo (50% confidence)

Categories

Testing System / OS Math Packaging / VCS
← Back to results