Ecosyste.ms: Awesome

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

https://github.com/Ducasse/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.
https://github.com/Ducasse/OSC

pharo

Last synced: about 2 months ago
JSON representation

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.

Lists

README

        

# 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)

## Installation
The following script installs OSC in Pharo

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