« Up

chinese dev 29 s

(2021-04-06 20:47: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                 dev         Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.10.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.1      Official release 4.10.1
ocaml-config        1           OCaml Switch Configuration
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: "dev@clarus.me"
homepage: "https://github.com/coq-contribs/chinese"
license: "Proprietary"
build: [
  ["coq_makefile" "-f" "Make" "-o" "Makefile"]
  [make "-j%{jobs}%"]
]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Chinese"]
depends: [
  "ocaml"
  "coq" {= "dev"}
]
tags: [ "keyword:number theory" "keyword:chinese remainder" "keyword:primality" "keyword:prime numbers" "category:Mathematics/Arithmetic and Number Theory/Number theory" ]
authors: [ "Valérie Ménissier-Morain <>" ]
synopsis: "A proof of the Chinese Remainder Lemma."
description:
  "This is a rewriting of the contribution chinese-lemma using Zarith"
flags: light-uninstall
url {
  src: "git+https://github.com/coq-contribs/chinese.git#master"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-chinese.dev coq.dev
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 2h opam install -y --deps-only coq-chinese.dev coq.dev
Return code
0
Duration
7 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y coq-chinese.dev coq.dev
Return code
0
Duration
29 s

Installation size

Total: 663 K

  • 104 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zmult.glob
  • 53 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zmult.vo
  • 50 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zgcd.glob
  • 43 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/rings.vo
  • 43 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zgcd.vo
  • 29 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zadd.vo
  • 28 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/rings.glob
  • 25 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zadd.glob
  • 23 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zmult.v
  • 21 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zdiv.vo
  • 20 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zrec.vo
  • 20 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zle.vo
  • 17 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Nat_complements.vo
  • 17 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Z_succ_pred.vo
  • 14 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Z.vo
  • 12 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zgcd.v
  • 11 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/groups.vo
  • 11 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/rings.v
  • 11 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zdiv.glob
  • 9 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zadd.v
  • 9 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zrec.glob
  • 9 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/groups.glob
  • 8 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zle.glob
  • 8 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Lci.glob
  • 7 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zbase.vo
  • 7 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Lci.vo
  • 6 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Nat_complements.glob
  • 5 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/groups.v
  • 5 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/misc.glob
  • 4 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/misc.vo
  • 4 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zle.v
  • 4 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zrec.v
  • 4 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zbase.glob
  • 4 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zdiv.v
  • 3 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Z_succ_pred.glob
  • 3 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Z_succ_pred.v
  • 3 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Lci.v
  • 3 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Zbase.v
  • 2 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Nat_complements.v
  • 2 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/misc.v
  • 1 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Z.v
  • 1 K ../ocaml-base-compiler.4.10.1/lib/coq/user-contrib/Chinese/Z.glob

Uninstall

Command
opam remove -y coq-chinese.dev
Return code
0
Missing removes
none
Wrong removes
none