Happy !
marianopeck / Tanker
Project infos
| License | MIT |
| Tags | binary packages, serialization, fuel |
| Creation date | 2012-07-23 |
| Website | http://rmod.lille.inria.fr/web/pier/software/Fuel |
Monticello registration
About Tanker
IMPORTANT: This project has been moved to http://smalltalkhub.com/#!/~PharoExtras/Tanker/
Right now the way to export and import packages with Pharo is by exporting the source code and the compile it during the import. Tanker (previously known as FuelPackageLoader) is a project to use Fuel to export and import packages of code in a binary way and avoid having to compile from sources during the import. This project takes into account the concept of package of code and the correct integration of them into the system. For example, it initializes classes, sends notifications, etc.
