-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from math-comp/opam2
better opam
- Loading branch information
Showing
1 changed file
with
8 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,12 @@ depends: [ | |
"coq-mathcomp-ssreflect" { (>= "1.8.0" & < "1.9.0~") | (= "dev")} | ||
"coq-mathcomp-bigenough" { (>= "1.0.0" & < "1.1.0~") } | ||
] | ||
|
||
tags: [ "keyword:finmap" "keyword:finset" "keyword:multiset"] | ||
tags: [ "keyword:finmap" "keyword:finset" "keyword:multiset" "keyword:order"] | ||
authors: [ "Cyril Cohen <[email protected]>" ] | ||
|
||
synopsis: "A finset and finmap library" | ||
synopsis: "Finite sets, finite maps, finitely supported functions, orders" | ||
description: """ | ||
This library is an extension of mathematical component in order to | ||
support finite sets and finite maps on choicetypes (rather that finite | ||
types). This includes support for functions with finite support and | ||
multisets. The library also contains a generic order and set libary, | ||
which will be used to subsume notations for finite sets, eventually.""" |