/Containers-Rope

An implementation of ropes extracted from bloc graphics system

Primary LanguageSmalltalk

Containers-Rope

An implementation of ropes extracted from Bloc graphics system developed by feenk.com and probably Aliaksei Syrel.

https://github.com/pharo-containers/Containers-Rope/actions License Coverage Status

Loading

The following script installs Containers-Rope in Pharo.

Metacello new
  baseline: 'ContainersRope';
  repository: 'github://pharo-containers/Containers-Rope/src';
  load.

If you want to depend on it

Add the following code to your Metacello baseline or configuration

spec 
   baseline: 'ContainersRope' 
   with: [ spec repository: 'github://pharo-containers/Containers-Rope/src' ].