-
Notifications
You must be signed in to change notification settings - Fork 10
Home
demarey edited this page May 28, 2021
·
2 revisions
Welcome to the pakbot wiki!
Development considerations:
A project has to be loaded atomically
Here is an example of expressions one can use with Pakbot for conditional loading:
- requires: ‘OperatingSystem::Windows’
- requires: ‘OperatingSystem::Mac Os::1014.6’
- requires: ’Smalltalk::Pharo''
- requires: ’Smalltalk::Pharo::8.0’'
For a next step, it would be nice to allow requirements like ’>Smalltalk::Pharo::8.0’’, ’<Smalltalk::Pharo::7.0’’, ’Smalltalk::Pharo::6.0 to: 9.0’'