djinnome / bigraph

a python implementation of Robin Milner's bigraph formalism

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bigraph

Release Status CI Status Documentation Status

a python implementation of Robin Milner's bigraph formalism

Install on Ubuntu

First you have to install bigraph-tools, which requires opam and dune.

To install opam:

sudo add-apt-repository ppa:avsm/ppa sudo apt update sudo apt install opam --upgrade sudo apt install minisat cppo

Then to install dune

opam install dune.2.5.1

The various requirements for bigraph-tools are:

opam install cmdliner jsonm menhir dune-configurator mtime

Clone the repo and check out the v1.3.4 branch:

git clone https://bitbucket.org/uog-bigraph/bigraph-tools.git git co v1.3.4

Features

  • TODO

About

a python implementation of Robin Milner's bigraph formalism

License:Other


Languages

Language:Python 100.0%