-
Notifications
You must be signed in to change notification settings - Fork 13
/
coq-fcsl-pcm.opam
44 lines (37 loc) · 1.42 KB
/
coq-fcsl-pcm.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
homepage: "https://github.com/imdea-software/fcsl-pcm"
dev-repo: "git+https://github.com/imdea-software/fcsl-pcm.git"
bug-reports: "https://github.com/imdea-software/fcsl-pcm/issues"
license: "Apache-2.0"
synopsis: "Coq library of Partial Commutative Monoids"
description: """
The PCM library provides a formalisation of Partial Commutative Monoids (PCMs),
a common algebraic structure used in separation logic for verification of
pointer-manipulating sequential and concurrent programs.
The library provides lemmas for mechanised and automated reasoning about PCMs
in the abstract, but also supports concrete common PCM instances, such as heaps,
histories, and mutexes.
This library relies on propositional and functional extentionality axioms."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.19" & < "8.21~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.2.0" & < "2.3~") | (= "dev") }
"coq-mathcomp-algebra"
]
tags: [
"category:Computer Science/Data Types and Data Structures"
"keyword:partial commutative monoids"
"keyword:separation logic"
"keyword:concurrency"
"logpath:pcm"
]
authors: [
"Aleksandar Nanevski"
"Anton Trunov"
"Alexander Gryzlov"
]