« Up

improper-integrals 0.1.0 28 s

(2020-03-05 01:02:10 UTC)

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-threads        base
base-unix           base
camlp5              7.11        Preprocessor-pretty-printer of OCaml
conf-findutils      1           Virtual package relying on findutils
conf-m4             1           Virtual package relying on m4
coq                 8.8.2       Formal proof management system.
num                 1.3         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.09.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.0      Official release 4.09.0
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.8.1       A library manager for OCaml
# opam file:
opam-version: "2.0"
name: "coq-improper-integrals"
version: "0.1.0"
maintainer: "yves.bertot@inria.fr"
homepage: "https://github.com/ybertot/improper_integrals"
dev-repo: "git+https://github.com/ybertot/improper_integrals.git"
bug-reports: "yves.bertot@inria.fr"
license: "MIT"
build: [[ "coq_makefile" "-f" "_CoqProject" "-o" "Makefile" ]
        [ make "-j" "%{jobs}%" ]]
install: [ make "install" "DEST='%{lib}%/coq/user_contrib/improper_integrals'" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/improper_integrals'" ]
depends: [
  "ocaml"
  "coq" {>= "8.7" & < "8.9~"}
  "coq-coquelicot" {>= "3" & < "4~"}
]
tags: [ "keyword:real analysis" "category:Mathematics/Real Calculus and Topology" ]
authors: [ "Yves Bertot <yves.bertot@inria.fr>" ]
synopsis:
  "Additions to the coquelicot library for handling improper integrals"
description: """
This package contains a few theorems whose use case was discovered when
making experiments, for instance in the pi-agm package.  These theorems
should probably integrated in coquelicot in the long run, but having this
package makes them easily available while waiting for any necessary cleanup
and discussion to happen."""
url {
  src: "https://github.com/ybertot/improper_integrals/archive/v0.1.0.zip"
  checksum: "md5=7b5ac26e73f78d774302d37f840fb1a9"
}

Lint

Command
true
Return code
0

Dry install

Dry install with the current Coq version:

Command
opam install -y --show-action coq-improper-integrals.0.1.0 coq.8.8.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 2h opam install -y --deps-only coq-improper-integrals.0.1.0 coq.8.8.2
Return code
0
Duration
3 m 38 s

Install

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-improper-integrals.0.1.0 coq.8.8.2
Return code
0
Duration
28 s

Installation size

Total: 548 K

  • 183 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/improper_integrals/filter_Rlt.vo
  • 135 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/improper_integrals/filter_Rlt.glob
  • 116 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/improper_integrals/improper_integral_tools.vo
  • 71 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/improper_integrals/improper_integral_tools.glob
  • 28 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/improper_integrals/filter_Rlt.v
  • 15 K ../ocaml-base-compiler.4.09.0/lib/coq/user-contrib/improper_integrals/improper_integral_tools.v

Uninstall

Command
opam remove -y coq-improper-integrals.0.1.0
Return code
0
Missing removes
none
Wrong removes
none