-
Notifications
You must be signed in to change notification settings - Fork 28
/
coq-mathcomp-finmap.opam
37 lines (32 loc) · 1.16 KB
/
coq-mathcomp-finmap.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
opam-version: "2.0"
maintainer: "Cyril Cohen <[email protected]>"
version: "dev"
homepage: "https://github.com/math-comp/finmap"
dev-repo: "git+https://github.com/math-comp/finmap.git"
bug-reports: "https://github.com/math-comp/finmap/issues"
license: "CECILL-B"
synopsis: "Finite sets, finite maps, finitely supported functions"
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."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" { (>= "8.16" & < "8.21~") | (= "dev") }
"coq-mathcomp-ssreflect" { (>= "2.0" & < "2.4~") | (= "dev") }
]
tags: [
"keyword:finmap"
"keyword:finset"
"keyword:multiset"
"logpath:mathcomp.finmap"
]
authors: [
"Cyril Cohen"
"Kazuhiko Sakaguchi"
]