Codebase list cafeobj / 65cd4c3
Merge pull request #3 from debian-janitor/lintian-fixes Fix some issues reported by lintian Norbert Preining authored 3 years ago GitHub committed 3 years ago
4 changed file(s) with 18 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 cafeobj (1.6.0-3) UNRELEASED; urgency=medium
1
2 * Trim trailing whitespace.
3 * Set upstream metadata fields: Bug-Database, Bug-Submit, Name (from
4 ./configure), Repository, Repository-Browse.
5
6 -- Debian Janitor <janitor@jelmer.uk> Tue, 28 Apr 2020 15:38:45 +0000
7
08 cafeobj (1.6.0-2) unstable; urgency=medium
19
210 * add watch file
6169 * cherry pick upstream change to use tikz instead of graffle generated
6270 images in namespace documentation
6371 * adjust autoconf files to rebuild all documentation
64 * add texlive-generic-extra to build deps (Closes: #830445)
72 * add texlive-generic-extra to build deps (Closes: #830445)
6573 * documentation files: use tikz instead of graffle generated pdf
6674 * bump standards version, no changes necessary
6775 * add MotoyaLMaru fonts to build deps for logo
1111 Architecture: any
1212 Depends: ${misc:Depends}, ${shlibs:Depends}
1313 Description: new generation algebraic specification and programming language
14 CafeOBJ is a most advanced formal specification language which
14 CafeOBJ is a most advanced formal specification language which
1515 inherits many advanced features (e.g. flexible mix-fix syntax,
1616 powerful and clear typing system with ordered sorts, parameteric
1717 modules and views for instantiating the parameters, and module
1818 expressions, etc.) from OBJ (or more exactly OBJ3) algebraic
1919 specification language.
2020 .
21 CafeOBJ is a language for writing formal (i.e. mathematical)
22 specifications of models for wide varieties of software and systems,
21 CafeOBJ is a language for writing formal (i.e. mathematical)
22 specifications of models for wide varieties of software and systems,
2323 and verifying properties of them. CafeOBJ implements equational logic
2424 by rewriting and can be used as a powerful interactive theorem proving
2525 system. Specifiers can write proof scores also in CafeOBJ and doing
2929 institutions. The CafeOBJ cube shows the structure of the various
3030 logics underlying the combination of the various paradigms implemented
3131 by the language. Proof scores in CafeOBJ are also based on institution
32 based rigorous semantics, and can be constructed using a complete set
32 based rigorous semantics, and can be constructed using a complete set
3333 of proof rules.
3434
3535 Package: cafeobj-mode
101101
102102
103103 .PHONY: config build clean binary-indep binary-arch binary install
104
0 Name: CafeOBJ
1 Bug-Database: https://github.com/CafeOBJ/cafeobj/issues
2 Bug-Submit: https://github.com/CafeOBJ/cafeobj/issues/new
3 Repository: https://github.com/CafeOBJ/cafeobj.git
4 Repository-Browse: https://github.com/CafeOBJ/cafeobj