# 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 camlp4 4.03+1 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.0~camlp4 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.03.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.03.0 Official 4.03.0 release ocaml-config 1 OCaml Switch Configuration ocamlbuild 0.14.2 OCamlbuild is a build system with builtin rules to easily build most OCaml projects # opam file: opam-version: "2.0" maintainer: "pierre.roux@onera.fr" homepage: "https://github.com/coq-community/bignums" dev-repo: "git+https://github.com/coq-community/bignums.git" bug-reports: "https://github.com/coq-community/bignums/issues" license: "LGPL-2.1-only" synopsis: "Bignums, the Coq library of arbitrarily large numbers" description: """ This Coq library provides BigN, BigZ, and BigQ that used to be part of the standard library.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "ocaml" "coq" {>= "8.17" & < "8.18~"} ] tags: [ "category:Miscellaneous/Coq Extensions" "category:Mathematics/Arithmetic and Number Theory/Number theory" "category:Mathematics/Arithmetic and Number Theory/Rational numbers" "keyword:integer numbers" "keyword:rational numbers" "keyword:arithmetic" "keyword:arbitrary-precision" "logpath:Bignums" "date:2022-12-20" ] authors: [ "Laurent Théry" "Benjamin Grégoire" "Arnaud Spiwack" "Evgeny Makarov" "Pierre Letouzey" ] url { src: "https://github.com/coq/bignums/archive/V8.17.0.tar.gz" checksum: "sha512=9201ee74c4e463b7bf9a8b474fd2dc54dc6fe6fabea196b638baa43a46594eba9bf34c2f1ceac76ec8c6d9bd5a400d3c8a4984be8a8d53c977ea360d1fea0901" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-bignums.8.17.0 coq.8.5.0~camlp4
[NOTE] Package coq is already installed (current version is 8.5.0~camlp4). The following dependencies couldn't be met: - coq-bignums -> coq >= 8.17 -> 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-bignums.8.17.0
true
true
No files were installed.
true