debian/0000755000000000000000000000000012252267172007174 5ustar debian/Makefile.config0000644000000000000000000000522212252260365012076 0ustar ################################## # # Configuration file for Coq # ################################## ############################################################################# # # This file is generated by the script "configure" # # DO NOT EDIT IT !! DO NOT EDIT IT !! DO NOT EDIT IT !! DO NOT EDIT IT !! # # If something is wrong below, then rerun the script "configure" # with the good options (see the file INSTALL). # ############################################################################# # Local use (no installation) LOCAL=false # Paths for true installation # BINDIR=path where coqtop, coqc, coqmktop, coq-tex, coqdep, gallina and # do_Makefile will reside # LIBDIR=path where the Coq library will reside # MANDIR=path where to install manual pages # EMACSDIR=path where to put Coq's Emacs mode (coq.el) BINDIR="/usr/bin" COQLIB="/usr/lib/coq" MANDIR="/usr/share/man" EMACSLIB="/usr/share/emacs/site-lisp/coq" EMACS= # Path to Coq distribution COQTOP=/usr VERSION=8.1 # Directory containing Camlp4 binaries. Can be empty if camlp4 is in the PATH CAMLP4BIN=/usr/bin # Ocaml version number CAMLVERSION=OCAML309 # Ocaml .h directory CAMLHLIB=/usr/lib/ocaml/3.09.3/caml # Camlp4 library directory (avoid CAMLP4LIB used on Windows) CAMLP4O=camlp4o CAMLP4COMPAT=-loc loc MYCAMLP4LIB=+camlp4 # Objective-Caml compile command OCAMLC=ocamlc.opt OCAMLOPT=ocamlopt.opt # Caml link command and Caml make top command CAMLLINK=ocamlc.opt CAMLOPTLINK=ocamlopt.opt CAMLMKTOP=ocamlmktop # Compilation debug flag CAMLDEBUG= # Compilation profile flag CAMLTIMEPROF= # The best compiler: native (=opt) or bytecode (=byte) if no native compiler BEST=opt # For Camlp4 use P4=$(COQTOP)/bin/$(ARCH)/call_camlp4 -I $(COQTOP)/src/parsing P4DEP=$(COQTOP)/bin/$(ARCH)/camlp4dep # Your architecture # Can be obtain by UNIX command arch ARCH=i686 # Supplementary libs for some systems, currently: # . Sun Solaris: -cclib -lunix -cclib -lnsl -cclib -lsocket # . others : -cclib -lunix # . windows : -cclib -lunix OSDEPLIBS=-cclib -lunix # executable files extension, currently: # Unix systems: # Win32 systems : .exe EXE= # the command MKDIR (try to replace it with mkdirhier if you have problems) MKDIR=mkdir -p # where to put the coqdoc.sty style file COQDOCDIR=/usr/share/texmf/tex/latex/misc # command to update TeX' kpathsea database #MKTEXLSR= #the command STRIP # Unix systems and profiling: true # Unix systems and no profiling: strip # Win32 systems: true (actually strip is bogus) STRIP=strip # Options for reals (all/basic) REALS=all # CoqIde (no/byte/opt) HASCOQIDE=opt # make or sed are bogus and believe lines not terminating by a return # are inexistent debian/control0000644000000000000000000000360612252261412010573 0ustar Source: coq-doc Section: non-free/doc Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: Samuel Mimram , Stéphane Glondu Standards-Version: 3.9.2 Build-Depends: debhelper (>= 9) Build-Depends-Indep: texlive, texlive-base, texlive-latex-extra, texlive-math-extra, texlive-lang-french, texlive-humanities, hevea (>= 1.05), camlp5, ocaml-nox Homepage: http://coq.inria.fr/ Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/coq-doc.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ocaml-maint/packages/coq-doc.git Package: coq-doc Architecture: all Depends: coq-doc-html (>= ${source:Version}), coq-doc-pdf (>= ${source:Version}), ${misc:Depends} Description: documentation for Coq Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. . This is a dummy package which will install the documentation in html and pdf formats. Package: coq-doc-html Architecture: all Depends: ${misc:Depends} Replaces: coq-doc (<= 8.0pl1.0-1) Description: documentation for Coq in html format Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. . This package contains its documentation and tutorials in html format. Package: coq-doc-pdf Architecture: all Depends: ${misc:Depends} Replaces: coq-doc (<= 8.0pl1.0-1) Description: documentation for Coq in pdf format Coq is a proof assistant for higher-order logic, which allows the development of computer programs consistent with their formal specification. It is developed using Objective Caml and Camlp5. . This package contains its documentation and tutorials in pdf format. debian/coq-doc-html.doc-base.rectutorial0000644000000000000000000000135112252260365015413 0ustar Document: coq-rectutorial-html Title: The Coq Proof Assistant -- A Tutorial on [Co-]Inductive types in Coq Author: Eduardo Giménez and Pierre Castéran Abstract: This document is an introduction to the definition and use of inductive and co-inductive types in the Coq proof environment. It explains how types like natural numbers and infinite streams are defined in Coq, and the kind of proof techniques that can be used to reason about them (case analysis, induction, inversion of predicates, co-induction, etc). Each technique is illustrated through an executable and self-contained Coq script. Section: Science/Mathematics Format: HTML Index: /usr/share/doc/coq-doc-html/RecTutorial.html Files: /usr/share/doc/coq-doc-html/RecTutorial.html debian/coq-doc-pdf.doc-base.rectutorial0000644000000000000000000000126212252260365015221 0ustar Document: coq-rectutorial-pdf Title: The Coq Proof Assistant -- A Tutorial on [Co-]Inductive types in Coq Author: Eduardo Giménez and Pierre Castéran Abstract: This document is an introduction to the definition and use of inductive and co-inductive types in the Coq proof environment. It explains how types like natural numbers and infinite streams are defined in Coq, and the kind of proof techniques that can be used to reason about them (case analysis, induction, inversion of predicates, co-induction, etc). Each technique is illustrated through an executable and self-contained Coq script. Section: Science/Mathematics Format: PDF Files: /usr/share/doc/coq-doc-pdf/RecTutorial.pdf* debian/source/0000755000000000000000000000000012252260365010471 5ustar debian/source/format0000644000000000000000000000001412252260365011677 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000002335612252260365011135 0ustar Packaged-By: Fernando Sanchez Packaged-Date: Sun, 28 Nov 1999 19:42:06 +0100 Upstream-Author: The Coq Development Team Original-Source-Location: http://coq.inria.fr/ Note: The Coq proof assistant itself is DFSG-free and packaged in Debian (main). However, its documentation is under OPL, a license which is not considered DFSG-free. See: http://lists.debian.org/debian-legal/2004/03/msg00226.html Files: * Copyright: © 1999-2004 The Coq development team, INRIA-CNRS, University Paris Sud License: LGPL-2.1 The Coq proof assistant is distributed under the terms of the GNU Lesser General Public License, version 2.1. On Debian systems, the full text can be found in /usr/share/common-licenses/LGPL-2.1. The Coq proof assistant V7 and V8 includes software developed by the Coq development team inside the TypiCal (formerly LogiCal) project, at INRIA, CNRS and University Paris Sud. Copyright 1999-2004 The Coq development team, INRIA-CNRS, University Paris Sud, All rights reserved. This product includes also software developed by many external contributors, see /usr/share/coq-doc/CREDITS.gz and the credits section in the introduction of the Reference Manual. Files: doc/refman/* Copyright: © 1999-2006 INRIA License: other The Coq Reference Manual is a collective work from the Coq Development Team whose members are listed in the file CREDITS of the Coq source package. All related documents (the LaTeX and BibTeX sources, the embedded png files, and the PostScript, PDF and html outputs) are copyright (c) INRIA 1999-2006. The material connected to the Reference Manual may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/). Options A and B are *not* elected. Files: doc/tutorial/* Copyright: © 1999-2006 INRIA License: other The Coq Tutorial is a work by Gérard Huet, Gilles Kahn and Christine Paulin-Mohring. All documents (the LaTeX source and the PostScript, PDF and html outputs) are copyright (c) INRIA 1999-2006. The material connected to the Coq Tutorial may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/). Options A and B are *not* elected. Files: doc/stdlib/* Copyright: © 1999-2006 INRIA License: other The Coq Standard Library is a collective work from the Coq Development Team whose members are listed in the file CREDITS of the Coq source package. All related documents (the Coq vernacular source files and the PostScript, PDF and html outputs) are copyright (c) INRIA 1999-2006. The material connected to the Standard Library is distributed under the terms of the Lesser General Public License version 2.1 or later. Files: doc/faq/* Copyright: © 2004-2006 INRIA License: other The FAQ (Coq for the Clueless) is a work by Pierre Castéran, Hugo Herbelin, Florent Kirchner, Benjamin Monate, and Julien Narboux. All documents (the LaTeX source and the PostScript, PDF and html outputs) are copyright (c) INRIA 2004-2006. The material connected to the FAQ (Coq for the Clueless) may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/). Options A and B are *not* elected. Files: doc/RecTutorial/* Copyright: © 1997-2006 INRIA License: other The Tutorial on [Co-]Inductive Types in Coq is a work by Pierre Castéran and Eduardo Gimenez. All related documents (the LaTeX and BibTeX sources and the PostScript, PDF and html outputs) are copyright (c) INRIA 1997-2006. The material connected to the Tutorial on [Co-]Inductive Types in Coq may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/). Options A and B are *not* elected. Files: debian/* Copyright: © 1999 Fernando Sanchez © 2002 Judicaël Courant © 2004-2010 Samuel Mimram © 2010 Stéphane Glondu License: LGPL-2.1 ---------------------------------------------------------------------- *Open Publication License* v1.0, 8 June 1999 *I. REQUIREMENTS ON BOTH UNMODIFIED AND MODIFIED VERSIONS* The Open Publication works may be reproduced and distributed in whole or in part, in any medium physical or electronic, provided that the terms of this license are adhered to, and that this license or an incorporation of it by reference (with any options elected by the author(s) and/or publisher) is displayed in the reproduction. Proper form for an incorporation by reference is as follows: Copyright (c) by . This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, vX.Y or later (the latest version is presently available at http://www.opencontent.org/openpub/). The reference must be immediately followed with any options elected by the author(s) and/or publisher of the document (see section VI). Commercial redistribution of Open Publication-licensed material is permitted. Any publication in standard (paper) book form shall require the citation of the original publisher and author. The publisher and author's names shall appear on all outer surfaces of the book. On all outer surfaces of the book the original publisher's name shall be as large as the title of the work and cited as possessive with respect to the title. *II. COPYRIGHT* The copyright to each Open Publication is owned by its author(s) or designee. *III. SCOPE OF LICENSE* The following license terms apply to all Open Publication works, unless otherwise explicitly stated in the document. Mere aggregation of Open Publication works or a portion of an Open Publication work with other works or programs on the same media shall not cause this license to apply to those other works. The aggregate work shall contain a notice specifying the inclusion of the Open Publication material and appropriate copyright notice. SEVERABILITY. If any part of this license is found to be unenforceable in any jurisdiction, the remaining portions of the license remain in force. NO WARRANTY. Open Publication works are licensed and provided "as is" without warranty of any kind, express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose or a warranty of non-infringement. *IV. REQUIREMENTS ON MODIFIED WORKS* All modified versions of documents covered by this license, including translations, anthologies, compilations and partial documents, must meet the following requirements: 1. The modified version must be labeled as such. 2. The person making the modifications must be identified and the modifications dated. 3. Acknowledgement of the original author and publisher if applicable must be retained according to normal academic citation practices. 4. The location of the original unmodified document must be identified. 5. The original author's (or authors') name(s) may not be used to assert or imply endorsement of the resulting document without the original author's (or authors') permission. *V. GOOD-PRACTICE RECOMMENDATIONS * In addition to the requirements of this license, it is requested from and strongly recommended of redistributors that: 1. If you are distributing Open Publication works on hardcopy or CD-ROM, you provide email notification to the authors of your intent to redistribute at least thirty days before your manuscript or media freeze, to give the authors time to provide updated documents. This notification should describe modifications, if any, made to the document. 2. All substantive modifications (including deletions) be either clearly marked up in the document or else described in an attachment to the document. 3. Finally, while it is not mandatory under this license, it is considered good form to offer a free copy of any hardcopy and CD-ROM expression of an Open Publication-licensed work to its author(s). *VI. LICENSE OPTIONS* The author(s) and/or publisher of an Open Publication-licensed document may elect certain options by appending language to the reference to or copy of the license. These options are considered part of the license instance and must be included with the license (or its incorporation by reference) in derived works. A. To prohibit distribution of substantively modified versions without the explicit permission of the author(s). "Substantive modification" is defined as a change to the semantic content of the document, and excludes mere changes in format or typographical corrections. To accomplish this, add the phrase `Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder.' to the license reference or copy. B. To prohibit any publication of this work or derivative works in whole or in part in standard (paper) book form for commercial purposes is prohibited unless prior permission is obtained from the copyright holder. To accomplish this, add the phrase 'Distribution of the work or derivative of the work in any standard (paper) book form is prohibited unless prior permission is obtained from the copyright holder.' to the license reference or copy. ---------------------------------------------------------------------- debian/watch0000644000000000000000000000011612252260365010220 0ustar version=3 http://coq.inria.fr/download distrib/[^/]+/files/coq-(.*)\.tar\.gz debian/coq-doc-html.install0000644000000000000000000000040712252260365013051 0ustar doc/refman/html/* usr/share/doc/coq-doc-html/refman doc/tutorial/Tutorial.v.html usr/share/doc/coq-doc-html doc/faq/FAQ.v.html usr/share/doc/coq-doc-html doc/RecTutorial/RecTutorial.html usr/share/doc/coq-doc-html debian/coq-doc-html.doc-base.faq0000644000000000000000000000101312252260365013620 0ustar Document: coq-faq-html Title: Coq Version 8.0 for the Clueless (FAQ) Author: Hugo Herbelin, Florent Kirchner, Benjamin Monate, Julien Narboux Abstract: This note intends to provide an easy way to get acquainted with the Coq theorem prover. It tries to formulate appropriate answers to some of the questions any newcomers will face, and to give pointers to other references when possible. Section: Science/Mathematics Format: HTML Index: /usr/share/doc/coq-doc-html/FAQ.v.html Files: /usr/share/doc/coq-doc-html/FAQ.v.html debian/coq-doc-html.doc-base.manual0000644000000000000000000000100112252260365014323 0ustar Document: coq-manual-html Title: The Coq Proof Assistant Reference Manual Author: The Coq Development Team Abstract: Reference Manual of version 8.0 of the Coq proof assistant which is a system designed to develop mathematical proofs, and especially to write formal specifications, programs and to verify that programs are correct with respect to their specification. Section: Science/Mathematics Format: HTML Index: /usr/share/doc/coq-doc-html/refman/index.html Files: /usr/share/doc/coq-doc-html/refman/*.html debian/compat0000644000000000000000000000000212252261220010356 0ustar 9 debian/coq-doc-pdf.docs0000644000000000000000000000015612252260365012141 0ustar doc/tutorial/Tutorial.v.pdf doc/refman/Reference-Manual.pdf doc/faq/FAQ.v.pdf doc/RecTutorial/RecTutorial.pdf debian/rules0000755000000000000000000000106712252260365010255 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # Build cache (for accelerating Debian debugging) BUILDCACHE := $(wildcard ../coq.cache) %: dh $@ .PHONY: override_dh_auto_configure override_dh_auto_configure: ./configure -local .PHONY: override_dh_auto_build override_dh_auto_build: ifneq ($(BUILDCACHE),) rsync -a --exclude=debian --exclude=.git $(BUILDCACHE)/ . endif $(MAKE) refman faq tutorial rectutorial .PHONY: override_dh_auto_test override_dh_auto_test: .PHONY: override_dh_auto_install override_dh_auto_install: debian/gbp.conf0000644000000000000000000000003612252260365010607 0ustar [DEFAULT] pristine-tar = True debian/coq-doc.links0000644000000000000000000000034212252260365011557 0ustar /usr/share/doc/coq-doc-html /usr/share/doc/coq-doc/html /usr/share/doc/coq-doc-html /usr/share/doc/coq/html /usr/share/doc/coq-doc-pdf /usr/share/doc/coq-doc/pdf /usr/share/doc/coq-doc-pdf /usr/share/doc/coq/pdf debian/coq-doc-pdf.doc-base.tutorial0000644000000000000000000000071512252260365014531 0ustar Document: coq-tutorial-pdf Title: The Coq Proof Assistant -- A Tutorial Author: Gérard Huet, Gilles Kahn and Christine Paulin-Mohring Abstract: This documents presents in the most elementary manner a tutorial on the basic specification language of the Coq proof-assistant, called Gallina, in which formal axiomatisations may be developed, and on the main proof tools. Section: Science/Mathematics Format: PDF Files: /usr/share/doc/coq-doc-pdf/Tutorial.v.pdf* debian/coq-doc-pdf.doc-base.manual0000644000000000000000000000072112252260365014140 0ustar Document: coq-manual-pdf Title: The Coq Proof Assistant Reference Manual Author: The Coq Development Team Abstract: Reference Manual of version 8.0 of the Coq proof assistant which is a system designed to develop mathematical proofs, and especially to write formal specifications, programs and to verify that programs are correct with respect to their specification. Section: Science/Mathematics Format: PDF Files: /usr/share/doc/coq-doc-pdf/Reference-Manual.pdf* debian/clean0000644000000000000000000000037612252260365010204 0ustar coqdoc.sty doc/RecTutorial/RecTutorial.html doc/refman/Reference-Manual.comidx doc/refman/Reference-Manual.erridx doc/refman/Reference-Manual.lof doc/refman/Reference-Manual.sh doc/refman/Reference-Manual.tacidx doc/stdlib/Library.out ide/index_urls.txt debian/changelog0000644000000000000000000001155212252267172011052 0ustar coq-doc (8.4pl2-1) unstable; urgency=medium * New upstream release * Debhelper compat level 9 * Update Vcs-* -- Stéphane Glondu Thu, 12 Dec 2013 09:06:18 +0100 coq-doc (8.3pl4-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Fri, 06 Apr 2012 07:33:19 +0200 coq-doc (8.3pl3-1) unstable; urgency=low * New upstream release -- Stéphane Glondu Tue, 03 Jan 2012 23:42:48 +0100 coq-doc (8.3pl2-1) unstable; urgency=low * New upstream release * Make dependencies of coq-doc versioned * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.2 -- Stéphane Glondu Fri, 06 May 2011 10:36:59 +0200 coq-doc (8.2pl1-1) unstable; urgency=low [ Stéphane Glondu ] * New upstream release (Closes: #563669) - remove patches * Packaging overhaul: - use git, advertise it in Vcs-* fields of debian/control - use debhelper 7 and dh with override - use source format 3.0 (quilt) * debian/control: - set Maintainer to d-o-m, set Uploaders to Sam and myself - add Homepage field - bump Standards-Version to 3.8.3 * Register PDF documentation into doc-base * Add debian/watch * Update debian/copyright [ Samuel Mimram ] * Change coq-doc's description to mention that it provides documentation in pdf format, not postscript, closes: #543545. -- Stéphane Glondu Thu, 07 Jan 2010 22:50:39 +0100 coq-doc (8.1-3) unstable; urgency=low * Removed tetex-bin from build-dependencies, and added texlive-base, texlive-latex-extra, texlive-math-extra, texlive-lang-french and texlive-humanities, closes: #420591. -- Samuel Mimram Sat, 14 Apr 2007 18:24:43 +0200 coq-doc (8.1-2) unstable; urgency=low * Uploading to unstable. -- Samuel Mimram Mon, 09 Apr 2007 17:21:10 +0200 coq-doc (8.1-1) experimental; urgency=low * New upstream release. * Allow building with texlive in build-dependencies. -- Samuel Mimram Tue, 13 Feb 2007 13:23:18 +0000 coq-doc (8.1~gamma-2) experimental; urgency=low * Correctly install html documentation, closes: #407117. -- Samuel Mimram Tue, 16 Jan 2007 17:40:02 +0000 coq-doc (8.1~gamma-1) experimental; urgency=low * New upstream release. * Added faq-urldef.dpatch to workaround hevea bug #405994. -- Samuel Mimram Sun, 7 Jan 2007 20:18:31 +0100 coq-doc (8.0pl3+8.1beta.2-1) experimental; urgency=low * New beta upstream release. -- Samuel Mimram Thu, 13 Jul 2006 14:40:04 +0000 coq-doc (8.0pl3+8.1alpha-2) experimental; urgency=low * Correct a typo in coq-rectutorial's doc-base (thanks Remi Vanicat), closes: #366611. * Updated standards version to 3.7.2, no changes needed. -- Samuel Mimram Wed, 10 May 2006 16:39:24 +0000 coq-doc (8.0pl3+8.1alpha-1) experimental; urgency=low * The licensing issue is now solved. The new licence is OPL which is not DFSG-compatible. We're moving to non-free, closes: #294865. * Updated the copyright file. * Split coq-doc into -html and -pdf, closes: #266019. * Using dpatch for handling patches. * Updated standards version to 3.6.2, no changes needed. -- Samuel Mimram Fri, 28 Apr 2006 18:52:06 +0200 coq-doc (8.0pl1.0-1) unstable; urgency=low * Added the Coq faq, moved the tutorial to the root directory and added doc-base files for both, closes: #272204. * Set dh_compat to level 4. -- Samuel Mimram Sat, 18 Sep 2004 13:28:22 +0200 coq-doc (8.0pl1-1) unstable; urgency=medium * New maintainer. * New upstream release, closes: #265077. * Converted changelog and control to utf8. * Updated Standards-Version to 3.6.1. * Removed the unneeded Depends. * Added a symbolic link to the documentation in /usr/share/doc/coq, closes: #146617. * Included the html documentation, closes: #146618. * Slightly modified the description, since we now also have the html doc. * The package is now built by the binary-indep rule of debian/rules. -- Samuel Mimram Fri, 13 Aug 2004 16:32:10 +0200 coq-doc (7.2-1) unstable; urgency=medium * New upstream version. * New maintainer. -- Judicaël Courant Thu, 18 Apr 2002 15:08:00 +0200 coq-doc (6.3.1-2) unstable; urgency=low * Changed Architecture field from 'any' to 'all' since this package only contains documentation (closes: Bug#52770) -- Fernando Sanchez Sat, 18 Dec 1999 12:43:48 +0100 coq-doc (6.3.1-1) unstable; urgency=low * New upstream release -- Fernando Sanchez Wed, 8 Dec 1999 16:19:01 +0100 coq-doc (6.3-1) unstable; urgency=low * Initial Release. -- Fernando Sanchez Sun, 28 Nov 1999 19:42:06 +0100 debian/coq-doc-html.doc-base.tutorial0000644000000000000000000000100312252260365014713 0ustar Document: coq-tutorial-html Title: The Coq Proof Assistant -- A Tutorial Author: Gérard Huet, Gilles Kahn and Christine Paulin-Mohring Abstract: This documents presents in the most elementary manner a tutorial on the basic specification language of the Coq proof-assistant, called Gallina, in which formal axiomatisations may be developed, and on the main proof tools. Section: Science/Mathematics Format: HTML Index: /usr/share/doc/coq-doc-html/Tutorial.v.html Files: /usr/share/doc/coq-doc-html/Tutorial.v.html debian/coq-doc-pdf.doc-base.faq0000644000000000000000000000073212252260365013434 0ustar Document: coq-faq-pdf Title: Coq Version 8.0 for the Clueless (FAQ) Author: Hugo Herbelin, Florent Kirchner, Benjamin Monate, Julien Narboux Abstract: This note intends to provide an easy way to get acquainted with the Coq theorem prover. It tries to formulate appropriate answers to some of the questions any newcomers will face, and to give pointers to other references when possible. Section: Science/Mathematics Format: PDF Files: /usr/share/doc/coq-doc-pdf/FAQ.v.pdf*