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.
- Host: GitHub
- URL: https://github.com/ducasse/osc
- Owner: Ducasse
- Created: 2018-05-08T16:09:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T14:26:40.000Z (about 1 year ago)
- Last Synced: 2024-08-03T17:10:05.734Z (5 months ago)
- Topics: pharo
- Language: Smalltalk
- Size: 399 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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.
```