# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.18.0 The Coq Proof Assistant coq-core 8.18.0 The Coq Proof Assistant -- Core Binaries and Tools coq-stdlib 8.18.0 The Coq Proof Assistant -- Standard Library coqide-server 8.18.0 The Coq Proof Assistant, XML protocol server dune 3.13.0 Fast, portable, and opinionated build system ocaml 4.14.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.14.0 Official release 4.14.0 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: "Cyril Cohen <cyril.cohen@inria.fr>" homepage: "https://github.com/coq-community/coqeal" dev-repo: "git+https://github.com/coq-community/coqeal.git" bug-reports: "https://github.com/coq-community/coqeal/issues" license: "MIT" synopsis: "CoqEAL - The Coq Effective Algebra Library" description: """ This Coq library contains a subset of the work that was developed in the context of the ForMath EU FP7 project (2009-2013). It has two parts: - theory, which contains developments in algebra and optimized algorithms on mathcomp data structures. - refinements, which is a framework to ease change of data representations during a proof.""" build: [make "-j%{jobs}%"] install: [make "install"] depends: [ "coq" {>= "8.10" & < "8.14~"} "coq-bignums" {< "9~"} "coq-paramcoq" {>= "1.1.1"} "coq-mathcomp-multinomials" {>= "1.5.1" & < "1.6~"} "coq-mathcomp-algebra" {>= "1.11.0" & < "1.13~"} ] tags: [ "category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms" "keyword:effective algebra" "keyword:elementary divisor rings" "keyword:Smith normal form" "keyword:mathematical components" "keyword:Bareiss" "keyword:Karatsuba multiplication" "keyword:refinements" "logpath:CoqEAL" ] authors: [ "Guillaume Cano" "Cyril Cohen" "Maxime Dénès" "Anders Mörtberg" "Damien Rouhling" "Vincent Siles" ] url { src: "https://github.com/coq-community/coqeal/archive/refs/tags/1.0.5.tar.gz" checksum: "sha512=0e72018c9ff740018b74d32fdc0e4e8266162e3853d5eba54afaffad0cc096978b6534e4c5c56e628f12409ca29df9347fa02fb472cb0f13709f1e1b8c23a7af" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-coqeal.1.0.5 coq.8.18.0
[NOTE] Package coq is already installed (current version is 8.18.0). The following dependencies couldn't be met: - coq-coqeal -> coq < 8.14~ -> ocaml < 4.12 base of this switch (use `--unlock-base' to force) 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-coqeal.1.0.5
true
true
No files were installed.
true