Skip to content

Commit 6da9c26

Browse files
committed
add general opam metadata
1 parent 7112098 commit 6da9c26

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

descr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Disel
2+
3+
Distributed separation logic.

opam

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
opam-version: "1.2"
2+
name: "disel"
3+
version: "dev"
4+
maintainer: "[email protected]"
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

Comments
 (0)