cafeobj 1.5.4-2 source package in Ubuntu

Changelog

cafeobj (1.5.4-2) unstable; urgency=medium

  * provide a separate cafeobj-mode package for the Emacs major mode

 -- Norbert Preining <email address hidden>  Mon, 02 Nov 2015 22:12:25 +0900

Upload details

Uploaded by:
Norbert Preining
Uploaded to:
Sid
Original maintainer:
Norbert Preining
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cafeobj_1.5.4-2.dsc 1.9 KiB 3a77a2e252cfda2fd9b16702ffedaf6c6809f194186428b1f2f86eca790fe635
cafeobj_1.5.4.orig.tar.gz 6.5 MiB 5b398084c54a39f8c9d06e39bc72a80a54ca15845d05543536d6338c2164d77d
cafeobj_1.5.4-2.debian.tar.xz 5.8 KiB 3bb7f79ccd6874d450017428535dacbba80c42f7e66234338761a816c3f63db0

Available diffs

No changes file available.

Binary packages built by this source

cafeobj: 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.

cafeobj-mode: 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.