(2019-04-07 14:40:39 UTC)
# Installed packages for system: base-bigarray base Bigarray library distributed with the OCaml compiler base-num base Num library distributed with the OCaml compiler base-threads base Threads library distributed with the OCaml compiler base-unix base Unix library distributed with the OCaml compiler camlp5 7.06 Preprocessor-pretty-printer of OCaml conf-m4 1 Virtual package relying on m4 coq 8.6.1 Formal proof management system. num 0 The Num library for arbitrary-precision integer and ration ocamlfind 1.8.0 A library manager for OCaml # opam file: opam-version: "2.0" authors: [ "Matthieu Sozeau <matthieu.sozeau@inria.fr>" "Cyprien Mangin <cyprien.mangin@m4x.org>" ] dev-repo: "git+https://github.com/mattam82/Coq-Equations.git" maintainer: "matthieu.sozeau@inria.fr" homepage: "https://mattam82.github.io/Coq-Equations" bug-reports: "https://github.com/mattam82/Coq-Equations/issues" license: "LGPL 2.1" build: [ ["coq_makefile" "-f" "_CoqProject" "-o" "Makefile"] [make "-j%{jobs}%"] ] install: [ [make "install"] ] remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Equations"] depends: [ "ocaml" "coq" {>= "8.8" & < "8.9"} ] synopsis: "A function definition package for Coq" description: """ Equations is a function definition plugin for Coq, that allows the definition of functions by dependent pattern-matching and well-founded, mutual or nested structural recursion and compiles them into core terms. It automatically derives the clauses equations, the graph of the function and its associated elimination principle.""" flags: light-uninstall url { src: "https://github.com/mattam82/Coq-Equations/archive/v1.1-8.8.tar.gz" checksum: "md5=59fff3cbb27507ba52bf8ffb00359aa0" }
ruby lint.rb released opam-coq-archive/released/packages/coq-equations/coq-equations.1.1+8.8
lint.rb:11:in `read': No such file or directory @ rb_sysopen - opam-coq-archive/released/packages/coq-equations/coq-equations.1.1+8.8/descr (Errno::ENOENT) from lint.rb:11:in `lint' from lint.rb:52:in `<main>'
Dry install with the current Coq version:
true
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
true
true
No files were installed.
true