Source: cafeobj Section: science Priority: optional Maintainer: Norbert Preining Build-Depends: debhelper (>= 10), sbcl Standards-Version: 4.2.0 Homepage: http://cafeobj.org/ Vcs-Git: https://github.com/CafeOBJ/cafeobj.git Vcs-Browser: https://github.com/CafeOBJ/cafeobj Package: cafeobj Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: new generation algebraic specification and programming language CafeOBJ is a most advanced formal specification language which inherits many advanced features (e.g. flexible mix-fix syntax, powerful and clear typing system with ordered sorts, parameteric modules and views for instantiating the parameters, and module expressions, etc.) from OBJ (or more exactly OBJ3) algebraic specification language. . CafeOBJ is a language for writing formal (i.e. mathematical) specifications of models for wide varieties of software and systems, and verifying properties of them. CafeOBJ implements equational logic by rewriting and can be used as a powerful interactive theorem proving system. Specifiers can write proof scores also in CafeOBJ and doing proofs by executing the proof scores. . CafeOBJ has state-of-art rigorous logical semantics based on institutions. The CafeOBJ cube shows the structure of the various logics underlying the combination of the various paradigms implemented by the language. Proof scores in CafeOBJ are also based on institution based rigorous semantics, and can be constructed using a complete set of proof rules. Package: cafeobj-mode Architecture: all Depends: emacsen-common (>= 2.0.8), ${misc:Depends} Recommends: cafeobj Description: Emacs major mode for editing CafeOBJ source code cafeobj-mode provides syntax highlighting and indentation for CafeOBJ source code inside emacs. Included is the ability to interact with a CafeOBJ interpreter inside emacs and to send expressions from CafeOBJ source files to the running interpreter.