package coq-bedrock2

  1. Overview
  2. No Docs
A work-in-progress language and compiler for verified low-level programming

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.6.tar.gz
sha512=63a47ee2b4fe0780e70b7bdd708589093f6d666f9fa815d935a4df7053b3c5a2c75524cc668db61fc92d2f7b623d87c5a9e8cb6510f8c584ab4c385637b05687

Description

bedrock2 is a low-level systems programming language. This language is equipped with a simple program logic for proving correctness of the programs. A verified compiler targeting RISC-V from this language exists in the coq-bedrock2-compiler package on opam.

The project has similar goals as bedrock, but uses a different design. No code is shared between bedrock and bedrock2.

Tags

logpath:bedrock2

Published: 28 Oct 2023

Dependencies (4)

  1. zarith >= "1.11"
  2. coq-coqutil = "0.0.4"
  3. coq >= "8.16~"
  4. conf-findutils build

Dev Dependencies (1)

  1. conf-python-3 build & with-test

Used by (2)

  1. coq-bedrock2-compiler = "0.0.6"
  2. coq-rupicola = "0.0.8"

Conflicts

None