Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sergestinckwich/pntalk

PNTalk
https://github.com/sergestinckwich/pntalk

petri-nets pharo smalltalk

Last synced: 8 days ago
JSON representation

PNTalk

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
```