Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danlamanna/dandi-tla
https://github.com/danlamanna/dandi-tla
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danlamanna/dandi-tla
- Owner: danlamanna
- Created: 2023-05-08T22:09:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-15T16:18:37.000Z (5 months ago)
- Last Synced: 2024-08-16T17:50:41.207Z (5 months ago)
- Language: TLA
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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