-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoq-arl.opam
34 lines (30 loc) · 950 Bytes
/
coq-arl.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
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
homepage: "https://github.com/traiansf/coq-arl"
dev-repo: "git+https://github.com/traiansf/coq-arl.git"
bug-reports: "https://github.com/traiansf/coq-arl/issues"
license: "MIT"
synopsis: "Coq formalization of Abstract Reachability Logic"
description: """
Formalization of Abstract Reachability Logic, containing a formalization
of abstract transition systems together with a notion of
CTL-like always-finally reachability claims and an abstract deduction system
which can be used to derive such claims.
The formalization is next extended to handle (abstract) quantification.
"""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "2.5"}
"coq" {>= "8.15"}
"coq-stdpp" {>= "1.7.0" & < "1.8.0"}
"coq-sets" {= "dev"}
]
tags: [
"keyword:abstract rewrite system"
"keyword:reachability"
"keyword:ctl"
]
authors: [
"Traian Florin Șerbănuță"
]