« Up

coqeal 1.0.5 4 m 56 s

(2021-10-30 10:24:50 UTC)

Context

# Packages matching: installed
# Name                # Installed # Synopsis
base-bigarray         base
base-threads          base
base-unix             base
conf-findutils        1           Virtual package relying on findutils
conf-gmp              3           Virtual package relying on a GMP lib system installation
coq                   8.13.0      Formal proof management system
num                   1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml                 4.12.0      The OCaml compiler (virtual package)
ocaml-base-compiler   4.12.0      Official release 4.12.0
ocaml-config          2           OCaml Switch Configuration
ocaml-options-vanilla 1           Ensure that OCaml is compiled with no special options enabled
ocamlfind             1.9.1       A library manager for OCaml
zarith                1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"
homepage: "https://github.com/coq-community/coqeal"
dev-repo: "git+https://github.com/coq-community/coqeal.git"
bug-reports: "https://github.com/coq-community/coqeal/issues"
license: "MIT"
synopsis: "CoqEAL - The Coq Effective Algebra Library"
description: """
This Coq library contains a subset of the work that was developed in the context
of the ForMath EU FP7 project (2009-2013). It has two parts:
- theory, which contains developments in algebra and optimized algorithms on mathcomp data structures.
- refinements, which is a framework to ease change of data representations during a proof."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {>= "8.10" & < "8.14~"}
  "coq-bignums" 
  "coq-paramcoq" {(>= "1.1.1") | (= "dev")}
  "coq-mathcomp-multinomials" {((>= "1.5.1" & < "1.7~") | = "dev")}
  "coq-mathcomp-algebra" {((>= "1.11.0" & < "1.13~") | = "dev")}
]
tags: [
  "category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
  "keyword:effective algebra"
  "keyword:elementary divisor rings"
  "keyword:Smith normal form"
  "keyword:mathematical components"
  "keyword:Bareiss"
  "keyword:Karatsuba multiplication"
  "keyword:refinements"
  "logpath:CoqEAL"
]
authors: [
  "Guillaume Cano"
  "Cyril Cohen"
  "Maxime Dénès"
  "Anders Mörtberg"
  "Damien Rouhling"
  "Vincent Siles"
]
url {
  src: "https://github.com/coq-community/coqeal/archive/refs/tags/1.0.5.tar.gz"
  checksum: "sha512=0e72018c9ff740018b74d32fdc0e4e8266162e3853d5eba54afaffad0cc096978b6534e4c5c56e628f12409ca29df9347fa02fb472cb0f13709f1e1b8c23a7af"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-coqeal.1.0.5 coq.8.13.0
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-coqeal.1.0.5 coq.8.13.0
Return code
0
Duration
13 m 26 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-coqeal.1.0.5 coq.8.13.0
Return code
0
Duration
4 m 56 s

Installation size

Total: 17 M

  • 1 M ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.vo
  • 1 M ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.vo
  • 796 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.vo
  • 585 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.vo
  • 550 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.glob
  • 529 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.glob
  • 528 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.vo
  • 514 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.vo
  • 471 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.glob
  • 465 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.glob
  • 308 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.glob
  • 257 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.vo
  • 257 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/similar.vo
  • 253 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.glob
  • 252 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.vo
  • 250 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.vo
  • 238 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.vo
  • 226 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.glob
  • 223 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.vo
  • 223 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/smith.vo
  • 215 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binint.vo
  • 211 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.glob
  • 207 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.glob
  • 206 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/edr.vo
  • 201 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/coherent.vo
  • 195 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/param.vo
  • 185 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.vo
  • 182 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.glob
  • 177 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.glob
  • 176 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/rational.vo
  • 176 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/coherent.glob
  • 175 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/similar.glob
  • 174 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.vo
  • 172 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/edr.glob
  • 164 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.vo
  • 159 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binint.glob
  • 153 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.glob
  • 143 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.vo
  • 140 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.glob
  • 140 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.glob
  • 136 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.glob
  • 135 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.vo
  • 135 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.vo
  • 130 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.vo
  • 126 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.vo
  • 124 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/smith.glob
  • 119 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.vo
  • 119 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.vo
  • 114 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/rational.glob
  • 112 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.vo
  • 111 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.glob
  • 108 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/minor.vo
  • 94 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.vo
  • 93 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.glob
  • 92 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.vo
  • 90 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.glob
  • 86 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/minor.glob
  • 86 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.glob
  • 79 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/multipoly.v
  • 74 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.glob
  • 71 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/dvdring.v
  • 70 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/gauss.vo
  • 65 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/rank.vo
  • 64 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.glob
  • 63 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.glob
  • 60 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/strassen.vo
  • 60 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.vo
  • 60 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.glob
  • 57 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.glob
  • 55 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx.v
  • 52 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binord.vo
  • 45 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.v
  • 40 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.vo
  • 40 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.vo
  • 36 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.vo
  • 35 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.vo
  • 35 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.vo
  • 35 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.glob
  • 34 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.glob
  • 33 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/hpoly.v
  • 32 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/pos.vo
  • 30 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/kaplansky.v
  • 30 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/strassen.glob
  • 30 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/fpmod.v
  • 29 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/polydvd.v
  • 28 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/rank.glob
  • 27 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/gauss.glob
  • 26 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binord.glob
  • 25 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binrat.v
  • 25 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.v
  • 24 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.v
  • 24 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/mxstructure.v
  • 23 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.vo
  • 21 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/similar.v
  • 21 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/coherent.v
  • 20 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/edr.v
  • 19 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.v
  • 17 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binint.v
  • 17 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/refinements.v
  • 15 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binnat.v
  • 15 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/bareiss.v
  • 14 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/rational.v
  • 14 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.glob
  • 14 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.v
  • 14 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/smithpid.v
  • 12 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.glob
  • 12 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/smith.v
  • 12 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.glob
  • 12 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.v
  • 11 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.v
  • 10 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.v
  • 9 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/minor.v
  • 7 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.v
  • 7 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/pos.glob
  • 7 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/param.glob
  • 7 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/poly_div.v
  • 6 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.glob
  • 5 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.glob
  • 5 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.v
  • 5 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/binord.v
  • 4 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/strassen.v
  • 4 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/toomcook.v
  • 4 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/boolF2.v
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/rank.v
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/gauss.v
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/param.v
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/hrel.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/karatsuba.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/pos.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/CoqEAL/refinements/poly_op.v

Uninstall

Command
opam remove -y coq-coqeal.1.0.5
Return code
0
Missing removes
none
Wrong removes
none