« Up

qarith-stern-brocot 8.14.0 2 m 39 s

(2021-11-01 16:42:58 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.14.0      Formal proof management system
dune                  2.9.1       Fast, portable, and opinionated build system
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: "palmskog@gmail.com"
homepage: "https://github.com/coq-community/qarith-stern-brocot"
dev-repo: "git+https://github.com/coq-community/qarith-stern-brocot.git"
bug-reports: "https://github.com/coq-community/qarith-stern-brocot/issues"
license: "LGPL-2.1-or-later"
synopsis: "Binary rational numbers in Coq"
description: """
Development of rational numbers in Coq as finite binary lists and defining
field operations on them in two different ways: strict and lazy.
"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
  "coq" {>= "8.14" & < "8.15~"}
]
tags: [
  "category:Mathematics/Arithmetic and Number Theory/Rational numbers"
  "category:Miscellaneous/Extracted Programs/Arithmetic"
  "keyword:rational numbers"
  "keyword:arithmetic"
  "keyword:field tactic"
  "keyword:binary lists"
  "keyword:Stern-Brocot"
  "logpath:QArithSternBrocot"
  "date:2021-10-30"
]
authors: [
  "Milad Niqui"
  "Yves Bertot"
]
url {
  src: "https://github.com/coq-community/qarith-stern-brocot/archive/v8.14.0.tar.gz"
  checksum: "sha512=bc553ba930da80608c87c968016b7b8733a806aa65c510cc9834aca4933710ac21173d3691837bf09c3aba34849f320442086bf05081e22121fef97b084611b4"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-qarith-stern-brocot.8.14.0 coq.8.14.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-qarith-stern-brocot.8.14.0 coq.8.14.0
Return code
0
Duration
9 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-qarith-stern-brocot.8.14.0 coq.8.14.0
Return code
0
Duration
2 m 39 s

Installation size

Total: 16 M

  • 2 M ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.glob
  • 805 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.glob
  • 723 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.vo
  • 720 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.vo
  • 643 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.vo
  • 534 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.glob
  • 514 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.glob
  • 505 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.glob
  • 438 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.vo
  • 392 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.vo
  • 344 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.vo
  • 338 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.vo
  • 338 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.vo
  • 318 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.glob
  • 307 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.glob
  • 295 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Zaux.glob
  • 288 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.v
  • 283 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.glob
  • 272 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/general_Q.vo
  • 263 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.vo
  • 223 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.glob
  • 215 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.vo
  • 214 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/general_Q.glob
  • 213 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.vo
  • 208 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.vo
  • 200 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.glob
  • 189 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.glob
  • 164 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.glob
  • 163 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Zaux.vo
  • 156 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.glob
  • 155 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.glob
  • 146 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.vo
  • 139 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.v
  • 137 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.vo
  • 122 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/R_addenda.glob
  • 118 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive.vo
  • 112 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.glob
  • 111 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.glob
  • 107 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/R_addenda.vo
  • 99 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive.glob
  • 96 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.vo
  • 94 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.vo
  • 90 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.vo
  • 84 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.v
  • 82 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.v
  • 80 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.glob
  • 78 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.vo
  • 75 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_order.vo
  • 73 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_order.glob
  • 67 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.vo
  • 66 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.v
  • 63 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.vo
  • 62 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Zaux.v
  • 60 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.v
  • 57 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.vo
  • 54 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_field.vo
  • 51 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.glob
  • 49 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_field.glob
  • 47 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/general_Q.v
  • 46 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.vo
  • 44 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.glob
  • 43 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.v
  • 41 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.v
  • 39 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qabs.glob
  • 39 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.v
  • 39 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.vo
  • 38 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.vo
  • 38 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/sqrt2.vo
  • 38 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.v
  • 38 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.v
  • 37 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qabs.vo
  • 36 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.glob
  • 34 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_to_R.v
  • 33 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.v
  • 32 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.vo
  • 31 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.glob
  • 31 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/sqrt2.glob
  • 31 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.vo
  • 29 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.vo
  • 29 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.glob
  • 28 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.glob
  • 26 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.glob
  • 23 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Q_properties.v
  • 22 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.v
  • 22 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.vo
  • 21 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.glob
  • 21 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_sub.v
  • 20 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive.v
  • 19 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/R_addenda.v
  • 18 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_order.v
  • 17 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.vo
  • 15 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/positive_fraction_encoding.v
  • 13 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.glob
  • 12 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_field.v
  • 12 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.v
  • 12 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_plus_mult.v
  • 9 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_denumerable.v
  • 9 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_le.v
  • 8 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qmax_min.v
  • 7 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.glob
  • 6 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qabs.v
  • 5 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/sqrt2.v
  • 5 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/second_Field_Theory_Q.v
  • 5 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.v
  • 4 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Merge_Order.v
  • 3 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Field_Theory_Q.v
  • 2 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.v
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qsyntax.glob
  • 1 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/QArith_Stern_Brocot.glob

Uninstall

Command
opam remove -y coq-qarith-stern-brocot.8.14.0
Return code
0
Missing removes
none
Wrong removes
none