Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.18 KB

File metadata and controls

32 lines (22 loc) · 1.18 KB

Pharo 11 Pharo 12 Pharo 13

License Unit tests

Toplo-Serialization

Toplo serialization features to store/unstore ToElements.

Getting Started

Installation

To install the project on your Pharo image you can just execute the following script:

Metacello new
   baseline: 'ToploSerialization';
   repository: 'github://OpenSmock/Toplo-Serialization:main/src';
   load.

Dependencies

License

This project is licensed under the MIT License - see the LICENSE file for details.