Skip to content

Commit

Permalink
Packaging extructures version 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuraa committed Apr 26, 2018
1 parent 8adac48 commit 4b54e45
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
@@ -0,0 +1 @@
Finite data structures with extensional reasoning.
26 changes: 26 additions & 0 deletions released/packages/coq-extructures/coq-extructures.0.1.0/opam
@@ -0,0 +1,26 @@
opam-version: "1.2"
maintainer: "arthur.aa@gmail.com"
homepage: "https://github.com/arthuraa/extructures"
dev-repo: "https://github.com/arthuraa/extructures.git"
bug-reports: "https://github.com/arthuraa/extructures/issues"
authors: ["Arthur Azevedo de Amorim"]
license: "MIT"
build: [
["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/extructures"]
depends: [
"coq" {(>= "8.7" & < "8.9~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "1.6" & < "1.8~") | (= "dev")}
]
tags: [
"keyword:finite maps"
"keyword:extensionality"
"category:Computer Science/Data Types and Data Structures"
"date:2018-04-26"
"logpath:extructures"
]
2 changes: 2 additions & 0 deletions released/packages/coq-extructures/coq-extructures.0.1.0/url
@@ -0,0 +1,2 @@
http: "https://github.com/arthuraa/extructures/archive/v0.1.0.tar.gz"
checksum: "e28ebcddf02cc35b5e70d5318f617183"

0 comments on commit 4b54e45

Please sign in to comment.