ยซ Up

pts 8.10.0 1 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-m4             1           Virtual package relying on m4
coq                 8.10.0      Formal proof management system
num                 1.3         The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml               4.06.1      The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1      Official 4.06.1 release
ocaml-config        1           OCaml Switch Configuration
ocamlfind           1.8.1       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/pts"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/PTS"]
depends: [
  "camlp5"
  "ocaml"
  "coq" {>= "8.10" & < "8.11~"}
]
tags: [
  "keyword: calculus of constructions"
  "keyword: coq"
  "keyword: PTS"
  "keyword: pure type systems"
  "keyword: metatheory"
  "category: Computer Science/Lambda Calculi"
  "date: 2007-03"
]
authors: [
  "Bruno Barras"
]
bug-reports: "https://github.com/coq-contribs/pts/issues"
dev-repo: "git+https://github.com/coq-contribs/pts.git"
synopsis: "A formalisation of Pure Type Systems"
description: """
This contrib is a formalization of Pure Type Systems. It includes most
of the basic metatheoretical properties: weakening, substitution,
subject-reduction, decidability of type-checking (for strongly normalizing
PTSs). Strengtheningis not proven here.
The kernel of a very simple proof checker is automatically generated from
the proofs. A small interface allows interacting with this kernel, making
up a standalone proof system.
The Makefile has a special target "html" that produces html files from the
sources and main.html that gives a short overview."""
flags: light-uninstall
url {
  src: "https://github.com/coq-contribs/pts/archive/v8.10.0.tar.gz"
  checksum: "md5=2bb2bf48ad239d3d6cc535c3b3a581b2"
}

Lint

Command
true
Return code
0

Dry install ๐Ÿœ๏ธ

Dry install with the current Coq version:

Command
opam install -y --show-action coq-pts.8.10.0 coq.8.10.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 2h opam install -y --deps-only coq-pts.8.10.0 coq.8.10.0
Return code
0
Duration
3 m 0 s

Install ๐Ÿš€

Command
opam list; echo; ulimit -Sv 16000000; timeout 2h opam install -y -v coq-pts.8.10.0 coq.8.10.0
Return code
0
Duration
1 m 0 s

Installation size

Total: 2 M

  • 1 M ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/Main.vo
  • 480 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/Main.glob
  • 53 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/SortV6.vo
  • 52 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/SortECC.vo
  • 33 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/General.vo
  • 31 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/MyList.vo
  • 30 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/ECC.vo
  • 30 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/CoqV6.vo
  • 30 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/CoqV6Beta.vo
  • 23 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/ExtractV6.vo
  • 21 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/SortECC.glob
  • 20 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/SortV6.glob
  • 14 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/General.glob
  • 10 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/CoqV6Beta.glob
  • 9 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/CoqV6.glob
  • 9 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/ECC.glob
  • 7 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/MyRelations.vo
  • 6 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/SortECC.v
  • 6 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/SortV6.v
  • 5 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/MyList.glob
  • 3 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/ECC.v
  • 3 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/CoqV6.v
  • 3 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/CoqV6Beta.v
  • 3 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/GenericSort.vo
  • 2 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/MyRelations.glob
  • 2 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/MlExtract.vo
  • 2 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/General.v
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/MyList.v
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/MyRelations.v
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/ExtractV6.v
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/GenericSort.glob
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/MlExtract.glob
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/MlExtract.v
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/Main.v
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/ExtractV6.glob
  • 1 K ../ocaml-base-compiler.4.06.1/lib/coq/user-contrib/PTS/GenericSort.v

Uninstall ๐Ÿงน

Command
opam remove -y coq-pts.8.10.0
Return code
0
Missing removes
none
Wrong removes
none