« Up

elpi 1.9.0 5 m 0 s 🏆

Context

# 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.13.0      Formal proof management system
num                 1.4         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.09.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.09.1      Official release 4.09.1
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.9.5       A library manager for OCaml
zarith              1.12        Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Enrico Tassi <enrico.tassi@inria.fr>"
authors: [ "Enrico Tassi" ]
license: "LGPL-2.1-or-later"
homepage: "https://github.com/LPCIC/coq-elpi"
bug-reports: "https://github.com/LPCIC/coq-elpi/issues"
dev-repo: "git+https://github.com/LPCIC/coq-elpi"
build: [ make "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
install: [ make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
depends: [
  "elpi" {= "1.13.0"}
  "coq" {>= "8.13" & < "8.14~" }
  "ocaml" {< "4.12~"}
  ]
tags: [ "logpath:elpi" ]
synopsis: "Elpi extension language for Coq"
description: """
Coq-elpi provides a Coq plugin that embeds ELPI.
It also provides a way to embed Coq's terms into λProlog using
the Higher-Order Abstract Syntax approach
and a way to read terms back.  In addition to that it exports to ELPI a
set of Coq's primitives, e.g. printing a message, accessing the
environment of theorems and data types, defining a new constant and so on.
For convenience it also provides a quotation and anti-quotation for Coq's
syntax in λProlog.  E.g. `{{nat}}` is expanded to the type name of natural
numbers, or `{{A -> B}}` to the representation of a product by unfolding
 the `->` notation. Finally it provides a way to define new vernacular commands
and
new tactics."""
url {
src: "https://github.com/LPCIC/coq-elpi/archive/v1.9.0.tar.gz"
checksum: "sha256=7fbbb0021b82c8ba3bd88d143edfaf6078b1e3283bc3eb6652015148bd44bbc4"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-elpi.1.9.0 coq.8.13.0
Return code
0

Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:

Command
true
Return code
0

Install dependencies

Command
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-elpi.1.9.0 coq.8.13.0
Return code
0
Duration
15 m 0 s

Install 🚀

Command
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-elpi.1.9.0 coq.8.13.0
Return code
0
Duration
5 m 0 s

Installation size

Total: 19 M

  • 7 M ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/elpi_plugin.cma
  • 6 M ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/elpi_plugin.cmxs
  • 2 M ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/elpi_plugin.cmo
  • 288 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive.vo
  • 217 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/elpi.vo
  • 122 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/induction.vo
  • 119 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_trivial.vo
  • 119 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_inhab.vo
  • 118 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1.vo
  • 114 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param2.vo
  • 114 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eqOK.vo
  • 105 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/injection.vo
  • 105 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/cast.vo
  • 104 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_functor.vo
  • 104 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/bcongr.vo
  • 104 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/elpi_plugin.cmx
  • 103 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/discriminate.vo
  • 102 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/case.vo
  • 101 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_congr.vo
  • 101 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eqK.vo
  • 101 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/map.vo
  • 101 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eqcorrect.vo
  • 101 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eq.vo
  • 101 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/projK.vo
  • 99 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/NES.vo
  • 96 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/invert.vo
  • 95 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/idx2inv.vo
  • 90 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/isK.vo
  • 69 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/elpi_plugin.cmi
  • 43 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/coq-builtin.elpi
  • 33 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/elpi-builtin.elpi
  • 24 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/coq-lib.elpi
  • 20 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/tactics.vo
  • 15 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/elpi-elaborator.elpi
  • 11 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/elpi_plugin.cmxa
  • 6 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive.glob
  • 5 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1.glob
  • 4 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive.v
  • 3 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eqK.glob
  • 3 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_trivial.glob
  • 3 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1.v
  • 2 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_trivial.v
  • 2 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/bcongr.glob
  • 2 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_inhab.v
  • 2 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eqcorrect.glob
  • 2 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eqcorrect.v
  • 2 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/elpi.v
  • 2 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eqK.v
  • 2 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param2.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/NES.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eq.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/bcongr.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/case.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/induction.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eq.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eqOK.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_congr.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/isK.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/projK.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_functor.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param2.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/idx2inv.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/map.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_congr.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_inhab.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/invert.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/injection.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/cast.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/discriminate.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/eqOK.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/elpi.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/discriminate.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/induction.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/idx2inv.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/injection.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/isK.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/projK.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/invert.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/tactics.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/cast.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/param1_functor.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/derive/map.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/case.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/NES.glob
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/elpi/apps/eltac/tactics.v

Uninstall 🧹

Command
opam remove -y coq-elpi.1.9.0
Return code
0
Missing removes
none
Wrong removes
none