Containers-LinkedList

Details

Source
GitHub
Dialect
pharo (40% confidence)
Stars
1
Forks
4
Created
May 1, 2018
Updated
Sept. 29, 2022
Topics
pharo

README excerpt

# Containers-LinkedList

[![Build Status](https://travis-ci.com/Ducasse/Containers-LinkedList.svg?branch=master)](https://travis-ci.com/Ducasse/Containers-LinkedList)
![https://github.com/Ducasse/Containers-LinkedList/workflows/currentStablePharo/badge.svg](https://github.com/Ducasse/Containers-LinkedList/workflows/currentStablePharo/badge.svg)
![https://github.com/Ducasse/Containers-LinkedList/workflows/matrix/badge.svg](https://github.com/Ducasse/Containers-LinkedList/workflows/matrix/badge.svg)

[![Coverage Status](https://coveralls.io/repos/github//Ducasse/Containers-LinkedList/badge.svg?branch=master)](https://coveralls.io/github//Ducasse/Containers-LinkedList?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)]()

<!-- [![Build status](https://ci.appveyor.com/api/projects/status/1wdnjvmlxfbml8qo?svg=true)](https://ci.appveyor.com/project/olekscode/dataframe)  -->



## Loading

```
Metacello new
   baseline: 'ContainersLinkedList';
   repository: 'github://Ducasse/Containers-LinkedList';
   load.
```

## If you want to depend on it

```
spec 
   baseline: 'ContainersLinkedList' 
   with: [ spec repository: 'github://Ducasse/Containers-LinkedList/src' ].
```

--
The best way to predict the future is to do it!
← Back to results