Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.