Skip to content

Commit

Permalink
Update BUILD_ORGANIZATION
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-appel committed Feb 16, 2022
1 parent d1710c3 commit 5b7ee68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD_ORGANIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ each in a separate directory:
- `msl` - Mechanized Software Library
- `examples` - examples of how to use the msl (not ported to Coq 8.6)
- `compcert` - front end of the CompCert compiler, specification of C light
- `zlist` - theory of concatenable sublists, and list theory solver
- `sepcomp` - the theory and practice of how to specify shared-memory interaction
- `veric` - program logic (and soundness proof) for Verifiable C
- `floyd` - tactics for applying the separation logic
Expand All @@ -183,6 +184,7 @@ The dependencies are:
- `msl`: _no dependency on other directories_
- `examples`: msl
- `compcert`: _no dependency on other directories_
- `zlist` - _no dependency on other directories_
- `sepcomp`: compcert
- `veric`: msl compcert sepcomp
- `floyd`: msl sepcomp compcert veric
Expand Down

0 comments on commit 5b7ee68

Please sign in to comment.