Skip to content

Commit

Permalink
added local OPAM files
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Dec 30, 2016
1 parent f2d8a52 commit df7a884
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
5 changes: 5 additions & 0 deletions descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
InfSeqExt

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).

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.
17 changes: 17 additions & 0 deletions opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
opam-version: "1.2"
name: "InfSeqExt"
version: "dev"
maintainer: "[email protected]"

homepage: "https://github.com/DistributedComponents/InfSeqExt"
dev-repo: "https://github.com/DistributedComponents/InfSeqExt.git"
bug-reports: "https://github.com/DistributedComponents/InfSeqExt/issues"
license: "Proprietary"

build: [ [ "./configure" ] [ make "-j%{jobs}%" ] ]
install: [ make "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/InfSeqExt" ]
depends: [ "coq" {((>= "8.5" & < "8.6~") | (>= "8.6" & < "8.7~"))} ]

tags: [ "keyword:temporal logic" "keyword:infinite transition systems" "keyword:coinduction" "category:Mathematics/Logic/Modal logic" ]
authors: [ "Yuxin Deng <>" "Jean-Francois Monin <>" "Karl Palmskog <>" ]

0 comments on commit df7a884

Please sign in to comment.