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

https://github.com/hernanmd/orderedset

OrderedSet for Pharo Smalltalk
https://github.com/hernanmd/orderedset

collection ordered-set pharo pharo-smalltalk smalltalk

Last synced: 12 months ago
JSON representation

OrderedSet for Pharo Smalltalk

Awesome Lists containing this project

README

          

# OrderedSet

# Installation

```smalltalk
Metacello new
baseline: 'OrderedSet';
repository: 'github://hernanmd/OrderedSet/repository';
load
```

# Baseline String

If you want to add the OrderedSet to your Metacello Baselines or Configurations, copy and paste the following expression:

```smalltalk
" ... "
spec
baseline: 'OrderedSet'
with: [ spec repository: 'github://hernanmd/OrderedSet/repository' ];
" ... "
```