Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergestinckwich/pntalk
PNTalk
https://github.com/sergestinckwich/pntalk
petri-nets pharo smalltalk
Last synced: 8 days ago
JSON representation
PNTalk
- Host: GitHub
- URL: https://github.com/sergestinckwich/pntalk
- Owner: SergeStinckwich
- License: mit
- Created: 2016-08-28T17:56:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T18:46:58.000Z (about 8 years ago)
- Last Synced: 2024-10-09T13:25:21.884Z (30 days ago)
- Topics: petri-nets, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 241 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PNTalk
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/SergeStinckwich/PNTalk/master/LICENSE)
[![Build Status](https://travis-ci.org/SergeStinckwich/PNTalk.svg?branch=master)](https://travis-ci.org/SergeStinckwich/PNTalk)
[![Build status](https://ci.appveyor.com/api/projects/status/h69yo92bfevbho7t?svg=true)](https://ci.appveyor.com/project/SergeStinckwich/pntalk)http://perchta.fit.vutbr.cz/pntalk2k
## How to install PNTalk
```Smalltalk
Metacello new
baseline: 'PNTalk';
repository: 'github://SergeStinckwich/PNTalk';
load
```