Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danlamanna/dandi-tla


https://github.com/danlamanna/dandi-tla

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dandi TLA+ specs

## Prereqs
```sh
pip install tlacli
```

## Running

### assets scenario
```sh
tlacli check assets.tla --cfg assets.cfg --constant ASSETS "{a1, a2}" --constant NULL "NULL"
```

### versions scenario
```sh
tlacli check dandi.tla --cfg dandi.cfg --constant ASSETS "{a1}" --constant NULL "NULL"
```

## Resources
- https://www.youtube.com/watch?v=tqwcz-Yt9gQ
- https://learntla.com
- https://learntla.com/examples/index.html