Skip to content

Commit

Permalink
better opam
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Apr 9, 2019
1 parent 27b95a9 commit 33773bf
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 33773bf

Please sign in to comment.