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.3.tar.gz
sha512=935d6f0ca45b43f789af381ed654ef016ea28ff40acbfcac13eaf1ea297a9cd86c14e9199dd6bde28e71fae662b6b06e52999759f8467a8fbe2f1daf9a3de592

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: 04 Oct 2022

Dependencies (4)

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

Dev Dependencies (1)

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

Used by (2)

  1. coq-bedrock2-compiler = "0.0.3"
  2. coq-rupicola >= "0.0.5" & < "0.0.7"

Conflicts

None