OSC

Description

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.

Details

Source
GitHub
Dialect
pharo (40% confidence)
Stars
8
Forks
5
Created
May 8, 2018
Updated
Sept. 29, 2025
Topics
pharo

Categories

System / OS

README excerpt

# 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](https://travis-ci.com/Ducasse/OSC.svg?branch=master)](https://travis-ci.com/Ducasse/OSC)
[![Coverage Status](https://coveralls.io/repos/github//Ducasse/OSC/badge.svg?branch=master)](https://coveralls.io/github//Ducasse/OSC?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()
[![Pharo version](https://img.shields.io/badge/Pharo-6.1-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)
<!-- [![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

```smalltalk
Metacello new
  baseline: 'OSC';
  repository: 'github://Ducasse/OSC/src';
  load.
```
← Back to results