« Up

coqeal-refinements 0.9.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.4.5       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
ocamlbuild          0           Build system distributed with the OCaml compiler since OCaml 3.10.0
# 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: "A refinement framework (for algebra)"
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {>= "8.4pl4" & < "8.5~"}
  "coq-coqeal-theory" {= version}
]
tags: [
  "category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
  "keyword:Karatsuba multiplication"
  "keyword:refinements"
  "logpath:CoqEAL_refinements"
]
authors: [
  "Guillaume Cano"
  "Cyril Cohen"
  "Maxime Dénès"
  "Anders Mörtberg"
  "Vincent Siles"
]
url {
  src: "https://github.com/coq-community/coqeal/releases/download/0.9.1/CoqEAL_refinements.0.9.1.tgz"
  checksum: "md5=5bb83c00bb33b9b3254f9f3cedae2447"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-coqeal-refinements.0.9.1 coq.8.4.5
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-refinements.0.9.1 coq.8.4.5
Return code
0
Duration
21 m 0 s

Install 🚀

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

Installation size

Total: 2 M

  • 523 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL_refinements/smith.vo
  • 376 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL_refinements/seqmatrix.vo
  • 245 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL_refinements/strassen.vo
  • 237 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL_refinements/seqpoly.vo
  • 226 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL_refinements/refinements.vo
  • 197 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL_refinements/binint.vo
  • 162 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL_refinements/rational.vo
  • 94 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL_refinements/binnat.vo
  • 56 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL_refinements/karatsuba.vo
  • 27 K ../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/CoqEAL_refinements/pos.vo

Uninstall 🧹

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