« Up

amm11262 dev 44 s

(2020-04-14 10:21:03 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-m4             1           Virtual package relying on m4
coq                 dev         Formal proof management system
num                 1.3         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.10.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.10.0      Official release 4.10.0
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.8.1       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "dev@clarus.me"
homepage: "https://github.com/coq-contribs/amm11262"
license: "LGPL"
build: [
  ["coq_makefile" "-f" "Make" "-o" "Makefile"]
  [make "-j%{jobs}%"]
]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/AMM11262"]
depends: [
  "ocaml"
  "coq" {= "dev"}
]
tags: [ "keyword:american mathematical monthly problem 11262" "date:2007-04" ]
authors: [ "Tonny Hurkens (paper proof) <hurkens@sci.kun.nl>" "Milad Niqui (Coq files) <milad@cs.ru.nl>" ]
synopsis: "Problem 11262 of The American Mathematical Monthly."
description: """
Formalisation of Tonny Hurkens' proof of the problem
11262 of The American Mathematical Monthly 113(10), Dec. 2006
(see the README files)"""
flags: light-uninstall
url {
  src: "git+https://github.com/coq-contribs/amm11262.git#master"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-amm11262.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-amm11262.dev coq.dev
Return code
0
Duration
5 s

Install

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

Installation size

Total: 1 M

  • 276 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/unicode_format/utf_AMM11262.vo
  • 271 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/ascii_format/AMM11262.vo
  • 132 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/unicode_format/utf_example2.vo
  • 132 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/ascii_format/example2.vo
  • 72 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/unicode_format/utf_example2.glob
  • 64 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/unicode_format/utf_example1.vo
  • 64 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/ascii_format/example1.vo
  • 57 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/ascii_format/example2.glob
  • 47 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/unicode_format/utf_AMM11262.glob
  • 34 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/ascii_format/AMM11262.glob
  • 20 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/ascii_format/example2.v
  • 19 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/unicode_format/utf_example2.v
  • 16 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/unicode_format/utf_example1.glob
  • 13 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/ascii_format/example1.glob
  • 9 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/unicode_format/utf_AMM11262.v
  • 8 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/ascii_format/AMM11262.v
  • 4 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/ascii_format/example1.v
  • 4 K ../ocaml-base-compiler.4.10.0/lib/coq/user-contrib/AMM11262/unicode_format/utf_example1.v

Uninstall

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