An open API service indexing awesome lists of open source software.

https://github.com/objectprofile/carlone


https://github.com/objectprofile/carlone

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Carlone

Carlone is a visualization engine built on top of Bloc. It is currently under heavy development.
Tests are executed on travis: Travis: https://travis-ci.org/ObjectProfile/Carlone

Execute the following code snippet to load Roassal2 on Pharo 7
```Smalltalk
Metacello new
baseline: 'Carlone';
repository: 'github://akevalion/Carlone/src';
load.
```