~ubuntu-branches/ubuntu/wily/coq-doc/wily

« back to all changes in this revision

Viewing changes to dev/README

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Glondu, Stéphane Glondu, Samuel Mimram
  • Date: 2010-01-07 22:50:39 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100107225039-n3cq82589u0qt0s2
Tags: 8.2pl1-1
[ 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory contains informations and tools to help developing the
 
2
                             Coq system
 
3
                       ======================
 
4
 
 
5
 
 
6
Debugging and profiling (in current directory - see doc/debugging.txt)
 
7
-----------------------
 
8
 
 
9
ocamldebug-coq: to launch ocaml debugger
 
10
 
 
11
db:      to install pretty-printers from ocaml debugger
 
12
base_db: to install raw pretty-printers from ocaml debugger
 
13
 
 
14
include:      to install pretty-printers from ocaml toplevel
 
15
base_include: to install raw pretty-printers from ocaml toplevel
 
16
 
 
17
vm_printers.ml, dev_printers.ml: ML pretty-printers for debugging
 
18
 
 
19
 
 
20
Miscellaneous informations about the code (directory doc)
 
21
-----------------------------------------
 
22
 
 
23
changes.txt:   (partial) per-version summary of the evolutions of Coq ML source
 
24
style.txt:     a few style recommendations for writing Coq ML files
 
25
debugging.txt: help for debugging or profiling
 
26
universes.txt: help to debug universes
 
27
translate.txt: help to use coq translator
 
28
extensions.txt: some help about TACTIC EXTEND
 
29
 
 
30
header:        standard header for Coq ML files
 
31
perf-analysis: analysis of perfs measured on the compilation of user contribs
 
32
cic.dtd:       official dtd of the calc. of ind. constr. for im/ex-portation
 
33
 
 
34
 
 
35
Documentation of ML interfaces using tex (directory ocamlweb-doc)
 
36
----------------------------------------
 
37
 
 
38
go in directory and call "make"
 
39
 
 
40
 
 
41
Other development tools (directory tools)
 
42
-----------------------
 
43
 
 
44
univdot: produces a graph of CIC universes
 
45
Makefile.dir: makefile dedicated to intensive work in a given directory
 
46
Makefile.subdir: makefile dedicated to intensive work in a given subdirectory
 
47
Makefile.devel: utilities to automatically launch coq in various states
 
48
Makefile.common: used by other Makefiles
 
49
objects.el: various development utilities at emacs level