Brick is a widget library on top of Bloc for Pharo.
Main maintainers : Glenn Cavarlé & Aliaksei Syrel
The following installs #core version of Brick and Bloc without tests, development tools and experimental features
Metacello new
baseline: 'Brick';
repository: 'github://pharo-graphics/Brick/src';
load: #core
The following installs #development version of Brick and Bloc including tests, development tools and experimental features
Metacello new
baseline: 'Brick';
repository: 'github://pharo-graphics/Brick/src';
load: #development