# Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler base-threads base base-unix base camlp5 7.14 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-perl 2 Virtual package relying on perl coq 8.5.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.02.3 The OCaml compiler (virtual package) ocaml-base-compiler 4.02.3 Official 4.02.3 release ocaml-config 1 OCaml Switch Configuration # opam file: opam-version: "2.0" maintainer: "matej.kosik@inria.fr" homepage: "https://github.com/coq-contribs/param-pi" license: "LGPL 2" build: [make "-j%{jobs}%"] install: [make "install"] remove: ["rm" "-R" "%{lib}%/coq/user-contrib/ParamPi"] depends: [ "ocaml" "coq" {>= "8.5" & < "8.6~"} ] tags: [ "keyword:pi-calculus" "category:Computer Science/Lambda Calculi" "date:1998-09-30" ] authors: [ "Loïc Henry-Gréard <lhenrygr@cma.inria.fr>" ] bug-reports: "https://github.com/coq-contribs/param-pi/issues" dev-repo: "git+https://github.com/coq-contribs/param-pi.git" synopsis: "Coding of a typed monadic pi-calculus using parameters for free names" description: """ This development contains the specification for a monadic pi-calculus using the same coding method for names than J. Mc Kinna and R. Pollack used for PTS in LEGO: "Some Lambda Calculus and Type Theory Formalized". The basic, monadic calculus encoded here has a type system restraining the direction of communication for processes' names. A number of lemmas usefull for doing proofs on that coding are included, and subject reduction properties for each kind of transition is made as an example of actually using the coding to mechanize proofs on the pi-calculus.""" flags: light-uninstall url { src: "https://github.com/coq-contribs/param-pi/archive/v8.5.0.tar.gz" checksum: "md5=ac8b20571cba62795c908347bc6c5932" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-param-pi.8.5.0 coq.8.5.2
Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:
true
opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-param-pi.8.5.0 coq.8.5.2
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-param-pi.8.5.0 coq.8.5.2
Total: 1 M
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/fresh.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/swaps_proofs.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/swaps_proofs.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/substitutions.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/processus.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/induc.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/processus.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/substitutions.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/typing_proofs.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/bout_red.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/tau_red.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/out_red.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/fresh.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/subtyping.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/inp_red.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/typing_proofs.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/swaps_proofs.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/induc.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/subtyping.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/fresh.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/substitutions.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/typing_proofs.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/induc.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/subtyping.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/tau_red.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/processus.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/bout_red.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/inp_red.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/out_red.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/tau_red.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/bout_red.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/out_red.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/ParamPi/inp_red.v
opam remove -y coq-param-pi.8.5.0