Skip to content
Snippets Groups Projects
coq-lambda-rust.opam 681 B
opam-version: "2.0"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "The RustBelt Team"
license: "BSD"
homepage: "https://plv.mpi-sws.org/rustbelt/"
bug-reports: "https://gitlab.mpi-sws.org/iris/lambda-rust/issues"
dev-repo: "git+https://gitlab.mpi-sws.org/iris/lambda-rust.git"

synopsis: "LambdaRust Coq formalization (weak memory branch)"
description: """
A formal model of a Rust core language and type system, a logical relation for
the type system, and safety proof for some Rust libraries.

This branch uses a proper weak memory model.
"""

depends: [
  "coq-gpfsl" { (= "dev.2023-09-30.0.941e58fb") | (= "dev") }
]

build: [make "-j%{jobs}%"]
install: [make "install"]