Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliendelplanque/deltalistmodel


https://github.com/juliendelplanque/deltalistmodel

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# DeltaListModel
[![Build Status](https://travis-ci.org/juliendelplanque/DeltaListModel.svg?branch=master)](https://travis-ci.org/juliendelplanque/DeltaListModel)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)

## Install
Execute the following script in a Playground:

```Smalltalk
Metacello new
baseline: 'DeltaListModel';
repository: 'github://juliendelplanque/DeltaListModel/src';
load
```