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

https://github.com/hernanmd/openponkroassal2

Roassal2 extensions from OpenPonk
https://github.com/hernanmd/openponkroassal2

Last synced: 5 months ago
JSON representation

Roassal2 extensions from OpenPonk

Awesome Lists containing this project

README

          

# Description

This package provides Roassal2 extensions from OpenPonk.
Work should be credited to Peter Uhnak.
Please refer to (OpenPonk web site)[https://github.com/OpenPonk/openponk] for further documentation.

# Installation

To load the copy from this repository, please evaluate into Pharo:

```smalltalk
Metacello new
baseline: 'OpenPonkRoassal';
repository: 'github://hernanmd/OpenPonkRoassal2';
load.
```