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
- Host: GitHub
- URL: https://github.com/hernanmd/openponkroassal2
- Owner: hernanmd
- License: mit
- Created: 2019-10-02T21:48:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T03:54:09.000Z (over 6 years ago)
- Last Synced: 2025-06-01T08:45:21.402Z (about 1 year ago)
- Language: Smalltalk
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```