ยซ Up

improper-integrals 0.1.0 1 m 0 s ๐Ÿ†

Context

# Packages matching: installed
# Name              # Installed # Synopsis
base-bigarray       base
base-num            base        Num library distributed with the OCaml compiler
base-threads        base
base-unix           base
camlp5              7.14        Preprocessor-pretty-printer of OCaml
conf-findutils      1           Virtual package relying on findutils
conf-perl           2           Virtual package relying on perl
coq                 8.8.0       Formal proof management system
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.05.0      The OCaml compiler (virtual package)
ocaml-base-compiler 4.05.0      Official 4.05.0 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       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.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-improper-integrals.0.1.0 coq.8.8.0
Return code
0
Duration
5 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-improper-integrals.0.1.0 coq.8.8.0
Return code
0
Duration
1 m 0 s

Installation size

Total: 555 K

  • 189 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/improper_integrals/filter_Rlt.vo
  • 135 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/improper_integrals/filter_Rlt.glob
  • 116 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/improper_integrals/improper_integral_tools.vo
  • 71 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/improper_integrals/improper_integral_tools.glob
  • 28 K ../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/improper_integrals/filter_Rlt.v
  • 15 K ../ocaml-base-compiler.4.05.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