This is the first version of our STEP (ISO 10303) environment integrated within Pharo. The purpose is to allows the explicit typing of object using the EXPRESS data modelling language and to allow data exchange using the STEP neutral data encoding format.
| Creator: | Plantec |
| Admin: | Plantec |
MCHttpRepository
location: 'http://ss3.gemstone.com/ss/Platypus'
user: ''
password: ''
Gofer new
repository: 'http://ss3.gemstone.com/ss/Platypus';
package: 'ConfigurationOfPlatypus';
package: 'PetitStepExpress';
package: 'Platypus';
package: 'Platypus2';
package: 'Platypus2Pharo';
package: 'PlatypusPostLoad';
package: 'PPStepExpress';
package: 'SqPlatypus';
package: 'Tamaris';
package: 'xtra-platypus';
load
(Installer url: 'http://ss3.gemstone.com/ss/')
project: 'Platypus';
install: 'ConfigurationOfPlatypus';
install: 'PetitStepExpress';
install: 'Platypus';
install: 'Platypus2';
install: 'Platypus2Pharo';
install: 'PlatypusPostLoad';
install: 'PPStepExpress';
install: 'SqPlatypus';
install: 'Tamaris';
install: 'xtra-platypus'
| Global: | Read |