Home

Awesome

OSC

Originally developed and license under MIT by Markus Gaelli and then Simon Holland. Now cleaned and maintained by S. Ducasse. If you want to take the responsibility to maintain it please be my guest.

Build Status Coverage Status License Pharo version Pharo version Pharo version

<!-- [![Build status](https://ci.appveyor.com/api/projects/status/1wdnjvmlxfbml8qo?svg=true)](https://ci.appveyor.com/project/olekscode/dataframe) -->

Installation

The following script installs OSC in Pharo

Metacello new
  baseline: 'OSC';
  repository: 'github://Ducasse/OSC/src';
  load.