1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: cafeobj
Section: science
Priority: optional
Maintainer: Norbert Preining <norbert@preining.info>
Build-Depends: debhelper (>= 10), sbcl
Standards-Version: 4.5.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.
|