# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.16.1 Formal proof management system dune 3.12.1 Fast, portable, and opinionated build system ocaml 4.13.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.13.1 Official release 4.13.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.6 A library manager for OCaml zarith 1.13 Implements arithmetic and logical operations over arbitrary-precision integers # 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.16.1
[NOTE] Package coq is already installed (current version is 8.16.1). The following dependencies couldn't be met: - coq-bignums -> coq >= 8.17 Your request can't be satisfied: - No available version of coq satisfies the constraints 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