forked from coq/opam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Following the merge of math-comp/analysis#600
- Loading branch information
Showing
2 changed files
with
60 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 48 additions & 0 deletions
48
extra-dev/packages/coq-mathcomp-classical/coq-mathcomp-classical.dev/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
opam-version: "2.0" | ||
maintainer: "Reynald Affeldt <reynald.affeldt@aist.go.jp>" | ||
|
||
homepage: "/~https://github.com/math-comp/analysis" | ||
dev-repo: "git+/~https://github.com/math-comp/analysis.git" | ||
bug-reports: "/~https://github.com/math-comp/analysis/issues" | ||
license: "CECILL-C" | ||
|
||
synopsis: "A library for classical logic for mathematical components" | ||
description: """ | ||
This repository contains a library for classical logic for | ||
the Coq proof-assistant and using the Mathematical Components library.""" | ||
|
||
build: [make "-C" "classical" "-j%{jobs}%"] | ||
install: [make "-C" "classical" "install"] | ||
depends: [ | ||
"coq" { (>= "8.14") } | ||
"coq-mathcomp-ssreflect" { (>= "1.13.0") } | ||
"coq-mathcomp-fingroup" | ||
"coq-mathcomp-algebra" | ||
"coq-mathcomp-finmap" { (>= "1.5.1") } | ||
"coq-hierarchy-builder" { (>= "1.2.0") } | ||
] | ||
|
||
tags: [ | ||
"category:Mathematics/Classical Logic" | ||
"keyword:classical" | ||
"keyword:logic" | ||
"keyword:sets" | ||
"logpath:mathcomp.classical" | ||
] | ||
authors: [ | ||
"Reynald Affeldt" | ||
"Yves Bertot" | ||
"Cyril Cohen" | ||
"Marie Kerjean" | ||
"Assia Mahboubi" | ||
"Damien Rouhling" | ||
"Pierre Roux" | ||
"Kazuhiko Sakaguchi" | ||
"Zachary Stone" | ||
"Pierre-Yves Strub" | ||
"Laurent Théry" | ||
] | ||
|
||
url { | ||
src: "git+/~https://github.com/math-comp/analysis.git#master" | ||
} |