Skip to content

Commit

Permalink
compact with mathcomp-analysis 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Nov 29, 2024
1 parent 96bca60 commit 64cf675
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
image:
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
- 'mathcomp/mathcomp:2.2.0-coq-8.20'
- 'mathcomp/mathcomp:2.3.0-coq-8.19'
- 'mathcomp/mathcomp:2.3.0-coq-8.20'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ information theory, and linear error-correcting codes.
- [MathComp solvable](https://math-comp.github.io)
- [MathComp field](https://math-comp.github.io)
- [MathComp analysis](https://github.com/math-comp/analysis)
- [MathComp analysis reals standard library](https://github.com/math-comp/analysis)
- [Hierarchy Builder](https://github.com/math-comp/hierarchy-builder)
- MathComp algebra tactics
- A Coq tactic for proving bounds
Expand Down
3 changes: 2 additions & 1 deletion coq-infotheo.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ depends: [
"coq-mathcomp-algebra" { (>= "2.2.0") | (= "dev") }
"coq-mathcomp-solvable" { (>= "2.2.0") | (= "dev") }
"coq-mathcomp-field" { (>= "2.2.0") | (= "dev") }
"coq-mathcomp-analysis" { (>= "1.5.0") }
"coq-mathcomp-analysis" { (>= "1.7.0") }
"coq-mathcomp-reals-stdlib" { (>= "1.7.0) }
"coq-hierarchy-builder" { >= "1.5.0" }
"coq-mathcomp-algebra-tactics" { >= "1.2.0" }
"coq-interval" { >= "4.10.0"}
Expand Down
2 changes: 1 addition & 1 deletion information_theory/kraft.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* infotheo: information theory and error-correcting codes in Coq *)
(* Copyright (C) 2020 infotheo authors, license: LGPL-2.1-or-later *)
From mathcomp Require Import all_ssreflect path ssralg ssrnum.
From mathcomp Require Import all_ssreflect ssralg ssrnum.
Require FunctionalExtensionality.
Require Import ssr_ext.

Expand Down
11 changes: 10 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ tested_coq_opam_versions:
repo: 'mathcomp/mathcomp'
- version: '2.2.0-coq-8.20'
repo: 'mathcomp/mathcomp'
- version: '2.3.0-coq-8.19'
repo: 'mathcomp/mathcomp'
- version: '2.3.0-coq-8.20'
repo: 'mathcomp/mathcomp'

dependencies:
- opam:
Expand Down Expand Up @@ -80,9 +84,14 @@ dependencies:
[MathComp field](https://math-comp.github.io)
- opam:
name: coq-mathcomp-analysis
version: '{ (>= "1.5.0") }'
version: '{ (>= "1.7.0") }'
description: |-
[MathComp analysis](https://github.com/math-comp/analysis)
- opam:
name: coq-mathcomp-reals-stdlib
version: '{ (>= "1.7.0) }'
description: |-
[MathComp analysis reals standard library](https://github.com/math-comp/analysis)
- opam:
name: coq-hierarchy-builder
version: '{ >= "1.5.0" }'
Expand Down

0 comments on commit 64cf675

Please sign in to comment.