Codebase list cafeobj / 2aa4d2f
Trim trailing whitespace. Fixes: lintian: file-contains-trailing-whitespace See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html Debian Janitor 3 years ago
3 changed file(s) with 11 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
4 -- Debian Janitor <janitor@jelmer.uk> Tue, 28 Apr 2020 15:38:45 +0000
5
06 cafeobj (1.6.0-2) unstable; urgency=medium
17
28 * add watch file
6167 * cherry pick upstream change to use tikz instead of graffle generated
6268 images in namespace documentation
6369 * adjust autoconf files to rebuild all documentation
64 * add texlive-generic-extra to build deps (Closes: #830445)
70 * add texlive-generic-extra to build deps (Closes: #830445)
6571 * documentation files: use tikz instead of graffle generated pdf
6672 * bump standards version, no changes necessary
6773 * 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