« Up

color dev Not compatible 👼

Context

# 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
conf-findutils      1           Virtual package relying on findutils
conf-m4             1           Virtual package relying on m4
coq                 8.11.dev    Formal proof management system
num                 0           The Num library for arbitrary-precision integer and rational arithmetic
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
ocamlfind           1.8.1       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Matej Košík <matej.kosik@inria.fr>"
authors: [
  "Frédéric Blanqui"
  "Adam Koprowski"
  "Sébastien Hinderer"
  "Pierre-Yves Strub"
  "Sidi Ould Biha"
  "Solange Coupet-Grimal"
  "William Delobel"
  "Hans Zantema"
  "Stéphane Leroux"
  "Léo Ducas"
  "Johannes Waldmann"
  "Qiand Wang"
  "Lianyi Zhang"
  "Sorin Stratulat"
]
license: "CeCILL"
homepage: "http://color.inria.fr/"
bug-reports: "color@inria.fr"
build: [
  ["bash" "-c" "sed -i -e \"s/From Coq Require Import BigN/From Bignums Require Import BigN/\" Util/*/*.v"]
  ["bash" "-c" "sed -i -e \"s/From Coq Require Export BigN/From Bignums Require Export BigN/\" Util/*/*.v"]
  ["bash" "-c" "sed -i -e \"s/From Coq Require Import BigZ/From Bignums Require Import BigZ/\" Util/*/*.v"]
  ["bash" "-c" "sed -i -e \"s/From Coq Require Export BigZ/From Bignums Require Export BigZ/\" Util/*/*.v"]
  ["bash" "-c" "sed -i -e \"21i From Coq Require Import FunInd.\" Util/List/ListUtil.v"]
  ["bash" "-c" "sed -i -e \"17i From Coq Require Import FunInd.\" Util/Multiset/MultisetOrder.v"]
  ["bash" "-c" "sed -i -e \"13i From Coq Require Import FunInd.\" Util/Set/SetUtil.v"]
  [make "-j%{jobs}%"]
]
install: [make "-f" "Makefile.coq" "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/CoLoR"]
depends: [
  "ocaml"
  "coq" {= "dev"}
  "coq-bignums" {= "dev"}
]
tags: [
  "date:2017-01-11"
  "logpath:CoLoR"
  "category:Computer Science/Algorithms/Correctness proofs of algorithms"
  "category:Computer Science/Data Types and Data Structures"
  "category:Computer Science/Lambda Calculi"
  "category:Mathematics/Algebra"
  "category:Mathematics/Combinatorics and Graph Theory"
  "category:Mathematics/Logic/Type theory"
  "category:Miscellaneous/Extracted Programs/Type checking unification and normalization"
  "keyword:rewriting"
  "keyword:termination"
  "keyword:lambda calculus"
  "keyword:list"
  "keyword:multiset"
  "keyword:polynom"
  "keyword:vectors"
  "keyword:matrices"
  "keyword:FSet"
  "keyword:FMap"
  "keyword:term"
  "keyword:context"
  "keyword:substitution"
  "keyword:universal algebra"
  "keyword:varyadic term"
  "keyword:string"
  "keyword:alpha-equivalence"
  "keyword:de bruijn indices"
  "keyword:simple types"
  "keyword:matching"
  "keyword:unification"
  "keyword:relation"
  "keyword:ordering"
  "keyword:quasi-ordering"
  "keyword:lexicographic ordering"
  "keyword:ring"
  "keyword:semiring"
  "keyword:well-founded"
  "keyword:noetherian"
  "keyword:finitely branching"
  "keyword:dependent choice"
  "keyword:infinite sequences"
  "keyword:non-termination"
  "keyword:loop"
  "keyword:graph"
  "keyword:path"
  "keyword:transitive closure"
  "keyword:strongly connected component"
  "keyword:topological ordering"
  "keyword:rpo"
  "keyword:horpo"
  "keyword:dependency pair"
  "keyword:dependency graph"
  "keyword:semantic labeling"
  "keyword:reducibility"
  "keyword:Girard"
  "keyword:fixpoint theorem"
  "keyword:Tarski"
  "keyword:pigeon-hole principle"
  "keyword:Ramsey theorem"  
]
synopsis: "A library on rewriting theory and termination."
flags: light-uninstall
url {
  src: "git+https://github.com/fblanqui/color.git#master"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-color.dev coq.8.11.dev
Return code
5120
Output
[NOTE] Package coq is already installed (current version is 8.11.dev).
The following dependencies couldn't be met:
  - coq-color -> coq >= dev
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:

Command
opam remove -y coq; opam install -y --show-action --unlock-base coq-color.dev
Return code
0

Install dependencies

Command
true
Return code
0
Duration
0 s

Install 🚀

Command
true
Return code
0
Duration
0 s

Installation size

No files were installed.

Uninstall 🧹

Command
true
Return code
0
Missing removes
none
Wrong removes
none