# 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.14.1 Formal proof management system dune 3.8.1 Fast, portable, and opinionated build system 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 ocaml-secondary-compiler 4.08.1-1 OCaml 4.08.1 Secondary Switch Compiler ocamlfind 1.9.1 A library manager for OCaml ocamlfind-secondary 1.9.1 Adds support for ocaml-secondary-compiler to ocamlfind zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: "2.0" maintainer: "Laurent.Thery@inria.fr" homepage: "https://github.com/coq/bignums" dev-repo: "git+https://github.com/coq/bignums.git" bug-reports: "https://github.com/coq/bignums/issues" license: "LGPL-2.1-only" synopsis: "Bignums, the Coq library of arbitrary large numbers" description: """ Provides BigN, BigZ, BigQ that used to be part of Coq standard library """ build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "ocaml" {>= "4.09"} "coq" {>= "8.16" & < "8.17~"} ] 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:2021-12-08" ] authors: [ "Laurent Théry" "Benjamin Grégoire" "Arnaud Spiwack" "Evgeny Makarov" "Pierre Letouzey" ] url { src: "https://github.com/coq/bignums/archive/V8.16.0.tar.gz" checksum: "sha512=458024e2c116596cfe7dd017e6e1f8c460cfb1e768b0888ce5ae236bc05bb3e490fded9dcc279904cae6e0fe61d07617ed23836e201afc8b631588424b111bf5" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-bignums.8.16.0 coq.8.14.1
[NOTE] Package coq is already installed (current version is 8.14.1). The following dependencies couldn't be met: - coq-bignums -> ocaml >= 4.09 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.16.0
true
true
No files were installed.
true