Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mit-plv/bbv
Bedrock Bit Vector Library
https://github.com/mit-plv/bbv
Last synced: 3 months ago
JSON representation
Bedrock Bit Vector Library
- Host: GitHub
- URL: https://github.com/mit-plv/bbv
- Owner: mit-plv
- License: mit
- Created: 2018-02-04T17:37:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T16:56:37.000Z (8 months ago)
- Last Synced: 2024-05-03T08:31:15.151Z (6 months ago)
- Language: Coq
- Size: 407 KB
- Stars: 27
- Watchers: 16
- Forks: 25
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-coq - Bedrock Bit Vectors - Library for reasoning on fixed precision machine words. (Projects / Libraries)
README
# bbv - Bedrock Bit Vectors
Several Coq projects at MIT use a file called Word.v, defining bit vectors and lemmas about them.
This repo unifies the different versions of this file into one repository, so that everyone can benefit from additions made by other projects.
Suggested collaboration protocol:
- For non-breaking, backwards-compatible (i.e. just additions) changes you just push to master, to keep the workflow as lightweight as possible.
- For more "controversial" changes which might break something, make a PR.