# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.12.1 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.10.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.10.2 Official release 4.10.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.6 A library manager for OCaml # opam file: opam-version: "2.0" maintainer: "Mathematical Components <mathcomp-dev@sympa.inria.fr>" homepage: "https://math-comp.github.io/" bug-reports: "https://github.com/math-comp/math-comp/issues" dev-repo: "git+https://github.com/math-comp/math-comp.git" license: "CECILL-B" build: [ make "-C" "mathcomp/field" "-j" "%{jobs}%" ] install: [ make "-C" "mathcomp/field" "install" ] depends: [ "coq-mathcomp-solvable" { = version } ] tags: [ "keyword:algebra" "keyword:field" "keyword:small scale reflection" "keyword:mathematical components" "keyword:odd order theorem" "logpath:mathcomp.field" ] authors: [ "The Mathematical Components team" ] synopsis: "Mathematical Components Library on Fields" description:""" This library contains definitions and theorems about field extensions, galois theory, algebraic numbers, cyclotomic polynomials... """ url { src: "https://github.com/math-comp/math-comp/archive/mathcomp-2.1.0.tar.gz" checksum: "sha256=ca000eb4cbd80f9088fd5f6a6745eebf9be3c0d7430fa3fde10a790b99466d26" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-mathcomp-field.2.1.0 coq.8.12.1
[NOTE] Package coq is already installed (current version is 8.12.1). The following dependencies couldn't be met: - coq-mathcomp-field -> coq-mathcomp-solvable >= 2.1.0 -> coq-mathcomp-algebra >= 2.1.0 -> coq-mathcomp-fingroup >= 2.1.0 -> coq-mathcomp-ssreflect >= 2.1.0 -> coq >= 8.16 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-mathcomp-field.2.1.0
true
true
No files were installed.
true