1- # This file was generated from `meta.yml`, please do not edit manually.
2- # Follow the instructions on https://github.com/coq-community/templates to regenerate.
3-
41opam-version: "2.0"
5- maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"
62version: "dev"
3+ maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"
74
8- homepage: "https://github.com/math-comp/finmap"
9- dev-repo: "git+https://github.com/math-comp/finmap.git"
5+ homepage: "https://math-comp.github.io/"
106bug-reports: "https://github.com/math-comp/finmap/issues"
7+ dev-repo: "git+https://github.com/math-comp/finmap.git"
118license: "CECILL-B"
129
13- synopsis: "Finite sets, finite maps, finitely supported functions"
14- description: """
15- This library is an extension of mathematical component in order to
16- support finite sets and finite maps on choicetypes (rather that finite
17- types). This includes support for functions with finite support and
18- multisets. The library also contains a generic order and set libary,
19- which will be used to subsume notations for finite sets, eventually."""
20-
21- build: [make "-j%{jobs}%"]
22- install: [make "install"]
23- depends: [
24- ("coq" {>= "8.20" & < "8.21~"}
25- | "rocq-core" {>= "9.0" | = "dev"})
26- "coq-mathcomp-ssreflect" { (>= "2.0" & < "2.5~") | = "dev" }
27- ]
28-
10+ depends: [ "rocq-mathcomp-finmap" { = version } ]
2911tags: [
3012 "keyword:finmap"
3113 "keyword:finset"
@@ -36,3 +18,5 @@ authors: [
3618 "Cyril Cohen"
3719 "Kazuhiko Sakaguchi"
3820]
21+
22+ synopsis: "Compatibility package for rocq-mathcomp-finmap"
0 commit comments