File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ Disel
2+
3+ Distributed separation logic.
Original file line number Diff line number Diff line change 1+ opam-version: "1.2"
2+ name: "disel"
3+ version: "dev"
4+ 5+
6+ homepage: "https://github.com/DistributedComponents/disel"
7+ dev-repo: "https://github.com/DistributedComponents/disel.git"
8+ bug-reports: "https://github.com/DistributedComponents/disel/issues"
9+ license: "Proprietary"
10+
11+ build: [ make "-j%{jobs}%" ]
12+ install: [ make "install" ]
13+ remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/disel'" ]
14+ depends: [
15+ "coq" {>= "8.5" & < "8.6~"}
16+ "coq-mathcomp-ssreflect" {>= "1.6"}
17+ ]
18+
19+ tags: [ "keyword:separation logic" "date:2016-12-31"]
20+ authors: [ "Ilya Sergey <>" "James Wilcox <>" ]
You can’t perform that action at this time.
0 commit comments