Releases: DistributedComponents/disel
Releases · DistributedComponents/disel
Disel 2.3 maintenance release
Disel 2.2 maintenance release
- fixed deprecations
- works with latest Coq (8.12.0) and mathcomp-ssreflect (1.11.0)
Disel 2.1 maintenance release
- fixed more deprecations and better adhere to build best practices
- works with latest Coq (8.9.0) and mathcomp-ssreflect (1.7.0)
- maintenance release suitable for use in other projects
Disel 2.0 maintenance release
- fixed deprecation warnings
- works with latest Coq (8.8.1) and mathcomp-ssreflect (1.7.0)
- relies on
fcsl-pcm
library for heap theory - maintenance release suitable for use in other projects
Disel: POPL 2018 version
Disel v1.5
The artifact, as accepted to appear POPL 2018, with the accompanying paper Programming and Proving with Distributed Protocols by Ilya Sergey, James R. Wilcox, and Zachary Tatlock.
Features
- Higher-order dependent type theory for verifying distributed systems;
- Elaboration of protocol invariants;
- Horizontal composition of protocols in specifications;
Changes since v.1.0
- Added support for send-hooks to compose protocols with dependencies;
first release
First release, created in order to generate an OPAM package.