Skip to content

Commit df7a884

Browse files
committed
added local OPAM files
1 parent f2d8a52 commit df7a884

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

descr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
InfSeqExt
2+
3+
InfSeqExt is collection of Coq libraries for reasoning inductively and coinductively on infinite sequences, using modal operators similar to those in linear temporal logic (LTL).
4+
5+
It is intended as a more comprehensive alternative to Streams in the Coq standard library. In particular, InfSeqExt provides machinery commonly used when reasoning about temporal properties of system execution traces, and follows the modal operator name conventions used in the Spin model checker.

opam

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
opam-version: "1.2"
2+
name: "InfSeqExt"
3+
version: "dev"
4+
maintainer: "[email protected]"
5+
6+
homepage: "https://github.com/DistributedComponents/InfSeqExt"
7+
dev-repo: "https://github.com/DistributedComponents/InfSeqExt.git"
8+
bug-reports: "https://github.com/DistributedComponents/InfSeqExt/issues"
9+
license: "Proprietary"
10+
11+
build: [ [ "./configure" ] [ make "-j%{jobs}%" ] ]
12+
install: [ make "install" ]
13+
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/InfSeqExt" ]
14+
depends: [ "coq" {((>= "8.5" & < "8.6~") | (>= "8.6" & < "8.7~"))} ]
15+
16+
tags: [ "keyword:temporal logic" "keyword:infinite transition systems" "keyword:coinduction" "category:Mathematics/Logic/Modal logic" ]
17+
authors: [ "Yuxin Deng <>" "Jean-Francois Monin <>" "Karl Palmskog <>" ]

0 commit comments

Comments
 (0)