Skip to content

Commit

Permalink
Merge pull request #35 from math-comp/opam2
Browse files Browse the repository at this point in the history
better opam
  • Loading branch information
CohenCyril authored Apr 9, 2019
2 parents 27b95a9 + 33773bf commit f8cc109
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions opam
Original file line number Diff line number Diff line change
Expand Up @@ -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."""

0 comments on commit f8cc109

Please sign in to comment.