# 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.6 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 ocamlfind 1.9.6 A library manager for OCaml # opam file: opam-version: "2.0" maintainer: "Hugo.Herbelin@inria.fr" homepage: "https://github.com/coq-contribs/tarski-geometry" license: "GPL" build: [make "-j%{jobs}%"] install: [make "install"] remove: ["rm" "-R" "%{lib}%/coq/user-contrib/TarskiGeometry"] depends: [ "ocaml" "coq" {>= "8.6" & < "8.7~"} ] 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: """ http://dpt-info.u-strasbg.fr/~narboux/tarski.html 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.6.0.tar.gz" checksum: "md5=087d2c5e47c0a7363e476ab65818fe64" }
true
Dry install with the current Coq version:
opam install -y --show-action coq-tarski-geometry.8.6.0 coq.8.6
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-tarski-geometry.8.6.0 coq.8.6
opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-tarski-geometry.8.6.0 coq.8.6
Total: 913 K
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch08_orthogonality.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch08_orthogonality.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch07_midpoint.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch05_between_transitivity_le.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch07_midpoint.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch06_out_lines.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch05_between_transitivity_le.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch06_out_lines.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch04_congruence_between_properties.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch04_congruence_between_properties.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch03_between_properties.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch03_between_properties.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch08_orthogonality.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch02_congruence_properties.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch01_tarski_axioms.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch01_tarski_axioms.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch02_congruence_properties.glob
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch07_midpoint.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch05_between_transitivity_le.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch06_out_lines.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch03_between_properties.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch04_congruence_between_properties.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch01_tarski_axioms.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/general_tactics.vo
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/Ch02_congruence_properties.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/general_tactics.v
../ocaml-base-compiler.4.02.3/lib/coq/user-contrib/TarskiGeometry/general_tactics.glob
opam remove -y coq-tarski-geometry.8.6.0