« Up

tarski-geometry 8.10.0 2 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.dev    Formal proof management system
num                 1.3         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.8.1       A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/http://dpt-info.u-strasbg.fr/~narboux/tarski.html"
license: "GPL"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/TarskiGeometry"]
depends: [
  "ocaml"
  "coq" {>= "8.10" & < "8.11~"}
]
tags: [
  "keyword: geometry"
  "keyword: Tarski's geometry"
  "keyword: congruence"
  "keyword: between property"
  "keyword: orthogonality"
  "category: Mathematics/Geometry/General"
  "date: 2006-03"
]
authors: [
  "Julien Narboux <Julien.Narboux@dpt-info.u-strasbg.fr> [http://dpt-info.u-strasbg.fr/~narboux/]"
]
bug-reports: "https://github.com/coq-contribs/tarski-geometry/issues"
dev-repo: "git+https://github.com/coq-contribs/tarski-geometry.git"
synopsis: "Tarski's geometry"
description: """
This is a formalization of geometry using a simplified version of Tarski's axiom system. The development contains a formalization of the chapters 1-8 of the book "Metamathematische Methoden in der Geometrie" by W. Schwabhäuser, W. Szmielew and A. Tarski.
This includes between properties, congruence properties,
  midpoint, perpendicular lines, point reflection, orthogonality ...
This development aims to be a low level complement for Frédérique Guilhot's development about high-school geometry.
For more information see:
Mechanical Theorem Proving in Tarski's geometry in the post-proceeding of ADG 2006, F. Botana and T. Recio (Eds.), LNAI 4869, pages 139-156, 2007."""
flags: light-uninstall
url {
  src: "https://github.com/coq-contribs/tarski-geometry/archive/v8.10.0.tar.gz"
  checksum: "md5=bc091f867f1f8e59a08360d1b48d4807"
}

Lint

Command
true
Return code
0

Dry install 🏜️

Dry install with the current Coq version:

Command
opam install -y --show-action coq-tarski-geometry.8.10.0 coq.8.10.dev
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-tarski-geometry.8.10.0 coq.8.10.dev
Return code
0
Duration
1 m 0 s

Install 🚀

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

Installation size

Total: 908 K

  • 187 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch08_orthogonality.vo
  • 102 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch08_orthogonality.glob
  • 78 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch07_midpoint.vo
  • 67 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch05_between_transitivity_le.vo
  • 54 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch07_midpoint.glob
  • 48 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch05_between_transitivity_le.glob
  • 47 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch06_out_lines.vo
  • 43 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch06_out_lines.glob
  • 38 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch04_congruence_between_properties.vo
  • 37 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch04_congruence_between_properties.glob
  • 34 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch03_between_properties.vo
  • 29 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch03_between_properties.glob
  • 23 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch08_orthogonality.v
  • 21 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch02_congruence_properties.vo
  • 17 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch01_tarski_axioms.vo
  • 15 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch01_tarski_axioms.glob
  • 15 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch02_congruence_properties.glob
  • 11 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch07_midpoint.v
  • 9 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch05_between_transitivity_le.v
  • 8 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch06_out_lines.v
  • 7 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch03_between_properties.v
  • 6 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch04_congruence_between_properties.v
  • 4 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch01_tarski_axioms.v
  • 3 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/general_tactics.vo
  • 3 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/Ch02_congruence_properties.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/general_tactics.v
  • 1 K ../ocaml-base-compiler.4.09.1/lib/coq/user-contrib/TarskiGeometry/general_tactics.glob

Uninstall 🧹

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