Skip to content
Snippets Groups Projects
Commit 632c5f46 authored by Ralf Jung's avatar Ralf Jung
Browse files

port oapm file to 2.0

parent dc3b7207
No related branches found
No related tags found
No related merge requests found
Pipeline #24554 failed
opam-version: "1.2"
opam-version: "2.0"
name: "coq-lambda-rust"
version: "dev"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "The RustBelt Team"
homepage: "http://plv.mpi-sws.org/rustbelt/"
license: "BSD"
homepage: "https://plv.mpi-sws.org/rustbelt/"
bug-reports: "https://gitlab.mpi-sws.org/iris/lambda-rust/issues"
dev-repo: "https://gitlab.mpi-sws.org/iris/lambda-rust.git"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ]
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 langauge 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.2020-02-15.1.a9cd56f7") | (= "dev") }
]
build: [make "-j%{jobs}%"]
install: [make "install"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment