« Up

qarith-stern-brocot 8.13.0 2 m 48 s

(2021-11-05 09:57:39 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.2      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: "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"
description: """
Development of rational numbers 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.12" & < "8.14~"}
]
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-08-03"
]
authors: [
  "Milad Niqui"
  "Yves Bertot"
]
url {
  src: "https://github.com/coq-community/qarith-stern-brocot/archive/v8.13.0.tar.gz"
  checksum: "sha512=aa7c783c05b8a1ea70c4949f6b370768fe38968ac89b03a1b62875f86a521256d162009d9a9e724d2577bb69ba9533ce2be94ed6100ac5f711d8481da70b417b"
}

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.13.0 coq.8.13.2
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.13.0 coq.8.13.2
Return code
0
Duration
10 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-qarith-stern-brocot.8.13.0 coq.8.13.2
Return code
0
Duration
2 m 48 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
  • 701 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign.vo
  • 693 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Qpositive.vo
  • 638 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
  • 414 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign.vo
  • 376 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_Qpositive_to_Q_properties.vo
  • 335 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_Qpositive_to_Qpositive.vo
  • 330 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/quadratic_correctness.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
  • 286 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic_sign_properties.vo
  • 283 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/homographic_correctness.glob
  • 266 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/general_Q.vo
  • 254 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
  • 214 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/general_Q.glob
  • 206 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/homographicAcc_Qhomographic_sign.vo
  • 206 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qquadratic.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
  • 167 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/quadraticAcc_Qquadratic_sign.vo
  • 164 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_ordered_field_properties.glob
  • 161 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
  • 143 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
  • 126 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
  • 115 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
  • 95 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
  • 87 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
  • 73 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_order.glob
  • 72 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_order.vo
  • 69 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic_sign_properties.vo
  • 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
  • 62 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
  • 56 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qhomographic.vo
  • 52 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
  • 44 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/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
  • 37 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Qpositive_order.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
  • 30 K ../ocaml-base-compiler.4.12.0/lib/coq/user-contrib/QArithSternBrocot/Q_Archimedean.vo
  • 30 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
  • 24 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.13.0
Return code
0
Missing removes
none
Wrong removes
none