# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages conf-findutils 1 Virtual package relying on findutils conf-which 1 Virtual package relying on which coq 8.5.2~camlp4 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0 # opam file: opam-version: "2.0" maintainer: "palmskog@gmail.com" homepage: "https://github.com/Yosuke-Ito-345/Actuary" dev-repo: "git+https://github.com/Yosuke-Ito-345/Actuary.git" bug-reports: "https://github.com/Yosuke-Ito-345/Actuary/issues" license: "MIT" synopsis: "Formalization of actuarial mathematics in Coq" description: """ This package formalizes basic actuarial mathematics using Coq and the Mathematical Components and Coquelicot libraries. This includes the theory of interest, life tables, annuities, and reserves.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" {>= "8.12"} "coq-mathcomp-ssreflect" {>= "1.12" & < "1.15"} "coq-coquelicot" {>= "3.1.0"} ] tags: [ "category:Mathematics/Real Calculus and Topology" "keyword:present value" "keyword:life tables" "keyword:annuities" "keyword:reserves" "keyword:actuarial mathematics" "logpath:Actuary" "date:2021-12-18" ] authors: [ "Yosuke Ito" ] url { src: "https://github.com/Yosuke-Ito-345/Actuary/archive/v2.2.tar.gz" checksum: "sha512=0805c63fa2eac6782716ff0f63fb59e125e24dff1ed6a8356d4020d5325b3e579ba5de548f7a1cec5832dd46d1e2892a43d841ee1f1e8f2affde305db498d1fc" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-actuary.2.2 coq.8.5.2~camlp4
[NOTE] Package coq is already installed (current version is 8.5.2~camlp4). The following dependencies couldn't be met: - coq-actuary -> coq >= 8.12 -> ocaml >= 4.05.0 base of this switch (use `--unlock-base' to force) - coq-actuary -> coq >= 8.12 -> coq-core -> ocaml >= 4.09.0 base of this switch (use `--unlock-base' to force) No solution found, exiting
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
opam remove -y coq; opam install -y --show-action --unlock-base coq-actuary.2.2
true
true
No files were installed.
true