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

« back to all changes in this revision

Viewing changes to contrib/cc/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
 
 
2
cctac: congruence-closure for coq
 
3
 
 
4
author: Pierre Corbineau, 
 
5
        Stage de DEA au LSV, ENS Cachan
 
6
        Th�se au LRI, Universit� Paris Sud XI 
 
7
 
 
8
Files :
 
9
 
 
10
- ccalgo.ml : congruence closure algorithm
 
11
- ccproof.ml : proof generation code
 
12
- cctac.ml4 : the tactic itself
 
13
- CCSolve.v : a small Ltac tactic based on congruence 
 
14
 
 
15
Known Bugs : the congruence tactic can fail due to type dependencies.
 
16
 
 
17
Related documents:
 
18
        Peter J. Downey, Ravi Sethi, and Robert E. Tarjan.
 
19
        Variations on the common subexpression problem.
 
20
        JACM, 27(4):758-771, October 1980.