Skip to content

Commit

Permalink
add general opam metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jan 1, 2017
1 parent 7112098 commit 6da9c26
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Disel

Distributed separation logic.
20 changes: 20 additions & 0 deletions opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
opam-version: "1.2"
name: "disel"
version: "dev"
maintainer: "jrw12@cs.washington.edu"

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

build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/disel'" ]
depends: [
"coq" {>= "8.5" & < "8.6~"}
"coq-mathcomp-ssreflect" {>= "1.6"}
]

tags: [ "keyword:separation logic" "date:2016-12-31"]
authors: [ "Ilya Sergey <>" "James Wilcox <>" ]

0 comments on commit 6da9c26

Please sign in to comment.