« Up

coqeal 1.0.1 6 m 0 s 🏆

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-num            base        Num library distributed with the OCaml compiler
base-ocamlbuild     base        OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads        base
base-unix           base
camlp5              7.14        Preprocessor-pretty-printer of OCaml
conf-findutils      1           Virtual package relying on findutils
conf-perl           2           Virtual package relying on perl
coq                 8.8.0       Formal proof management system
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.02.3      The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3      Official 4.02.3 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.6       A library manager for OCaml
# 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.7" & < "8.12~")}
  "coq-bignums" {(>= "8.7" & < "8.12~")}
  "coq-paramcoq" {(>= "1.1.1")}
  "coq-mathcomp-multinomials" {(>= "1.2" & < "1.4~")}
  "coq-mathcomp-algebra" {(>= "1.8.0" & < "1.10~")}
]
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"
  "Vincent Siles"
]
url {
  src: "https://github.com/coq-community/coqeal/archive/refs/tags/1.0.1.tar.gz"
  checksum: "sha512=e41a97f89aca2ac18cffdf5795e16b60b44eac4e46512e4f5779ce49e2edff6d66b5ab89dd21e9255ba2facde4925e2ddf5e6bd594aea4a427f0916711e09f75"
}

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.1 coq.8.8.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.1 coq.8.8.0
Return code
0
Duration
14 m 0 s

Install 🚀

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

Installation size

Total: 44 M

  • 14 M ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/refinements.vo
  • 12 M ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/param.vo
  • 2 M ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/hpoly.vo
  • 1 M ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/multipoly.vo
  • 886 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/seqmx.vo
  • 677 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.vo
  • 620 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/kaplansky.vo
  • 605 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/dvdring.vo
  • 514 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/seqmx.glob
  • 500 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/dvdring.glob
  • 463 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/kaplansky.glob
  • 446 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/multipoly.glob
  • 336 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.vo
  • 325 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/polydvd.vo
  • 320 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/similar.vo
  • 309 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/smithpid.vo
  • 302 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/mxstructure.vo
  • 297 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/hpoly.glob
  • 281 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/fpmod.vo
  • 278 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/smith.vo
  • 278 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/edr.vo
  • 257 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/coherent.vo
  • 251 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binint.vo
  • 246 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/polydvd.glob
  • 222 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.vo
  • 218 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.vo
  • 213 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.glob
  • 210 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/rational.vo
  • 203 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/bareiss.vo
  • 202 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/fpmod.glob
  • 201 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.glob
  • 191 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.vo
  • 180 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/poly_div.vo
  • 176 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.vo
  • 175 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binrat.vo
  • 174 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.vo
  • 173 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.vo
  • 171 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/mxstructure.glob
  • 167 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/similar.glob
  • 166 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/edr.glob
  • 164 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/coherent.glob
  • 155 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binint.glob
  • 151 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/minor.vo
  • 147 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binrat.glob
  • 143 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.vo
  • 143 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.glob
  • 136 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.vo
  • 136 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/smithpid.glob
  • 133 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/bareiss.glob
  • 128 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binnat.vo
  • 127 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.glob
  • 120 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/smith.glob
  • 111 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/rational.glob
  • 105 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/toomcook.vo
  • 104 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.glob
  • 89 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binnat.glob
  • 89 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/gauss.vo
  • 89 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.glob
  • 82 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/rank.vo
  • 79 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/multipoly.v
  • 78 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/minor.glob
  • 77 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/karatsuba.vo
  • 76 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/refinements.glob
  • 74 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/strassen.vo
  • 72 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.glob
  • 71 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/dvdring.v
  • 66 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binord.vo
  • 64 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/poly_op.vo
  • 61 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.glob
  • 60 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.glob
  • 56 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/boolF2.vo
  • 55 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/seqmx.v
  • 55 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.glob
  • 55 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/poly_div.glob
  • 54 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.vo
  • 51 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.vo
  • 50 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/hrel.vo
  • 46 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/pos.vo
  • 45 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/bareiss_eff.v
  • 34 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/toomcook.glob
  • 33 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/hpoly.v
  • 33 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/karatsuba.glob
  • 30 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/kaplansky.v
  • 30 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/fpmod.v
  • 29 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/polydvd.v
  • 28 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/rank.glob
  • 27 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/strassen.glob
  • 27 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/gauss.glob
  • 25 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/stronglydiscrete.v
  • 24 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/seqpoly.v
  • 24 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/mxstructure.v
  • 23 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binord.glob
  • 21 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binrat.v
  • 21 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/similar.v
  • 21 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/coherent.v
  • 20 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/edr.v
  • 19 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/binetcauchy.v
  • 17 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binint.v
  • 17 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/refinements.v
  • 15 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binnat.v
  • 15 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/bareiss.v
  • 14 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/rational.v
  • 14 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/bareiss_dvdring.v
  • 14 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/smithpid.v
  • 12 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/smith.v
  • 12 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/hrel.glob
  • 12 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/boolF2.glob
  • 12 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/ssrcomplements.v
  • 12 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.glob
  • 11 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/examples/irred.v
  • 10 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/seqmx_complements.v
  • 9 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/minor.v
  • 7 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/atomic_operations.v
  • 7 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/pos.glob
  • 7 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/param.glob
  • 7 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/poly_div.v
  • 6 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.glob
  • 5 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/karatsuba.v
  • 5 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/poly_op.glob
  • 5 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/binord.v
  • 4 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/strassen.v
  • 4 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/toomcook.v
  • 4 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/boolF2.v
  • 3 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/rank.v
  • 3 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/gauss.v
  • 3 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/param.v
  • 3 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/hrel.v
  • 2 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/trivial_seq.v
  • 2 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/karatsuba.v
  • 2 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/pos.v
  • 2 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/theory/ssralg_ring_tac.v
  • 1 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL/refinements/poly_op.v

Uninstall 🧹

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