File: coq-mathcomp-finmap.opam

package info (click to toggle)
mathcomp-finmap 2.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 436 kB
  • sloc: sh: 51; makefile: 13
file content (22 lines) | stat: -rw-r--r-- 520 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
opam-version: "2.0"
version: "dev"
maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"

homepage: "https://math-comp.github.io/"
bug-reports: "https://github.com/math-comp/finmap/issues"
dev-repo: "git+https://github.com/math-comp/finmap.git"
license: "CECILL-B"

depends: [ "rocq-mathcomp-finmap" { = version } ]
tags: [
  "keyword:finmap"
  "keyword:finset"
  "keyword:multiset"
  "logpath:mathcomp.finmap"
]
authors: [
  "Cyril Cohen"
  "Kazuhiko Sakaguchi"
]

synopsis: "Compatibility package for rocq-mathcomp-finmap"