We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7112098 commit 6da9c26Copy full SHA for 6da9c26
2 files changed
descr
@@ -0,0 +1,3 @@
1
+Disel
2
+
3
+Distributed separation logic.
opam
@@ -0,0 +1,20 @@
+opam-version: "1.2"
+name: "disel"
+version: "dev"
4
+maintainer: "jrw12@cs.washington.edu"
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 <>" ]
0 commit comments