0N/AThis README belongs to a "The heterogeneous tool set" (Hets) release
0N/A(and does not apply to sources directly obtained via cvs).
0N/AInformation not contained here can be found in the Hets user guide
0N/AThe subject of this release is a binary "hets" that is able to analyse
0N/Aheterogeneous and in particular CASL specifications.
0N/AThe sources need to be compiled with ghc Glasgow Haskell Compiler
0N/ABeside output written to the console (stdout) or to files hets can
0N/Adisplay graphs using "uDraw(Graph)", formerly "daVinci"
0N/AFor hets to find "uDrawGraph", the environment variables UDG_HOME and
0N/AUNIDAVINCI must be set to the installation directory of uDraw(Graph) and to
0N/Athe actual executable, respectively.
0N/AIf you need to rebuild the hets binary follow the instructions in INSTALL
0N/A(This README belongs a to release created by "make release", in case
0N/Athat you obtained the HetCATS sources as CVS tree)
0N/AThe heterogeneous tool set (Hets) is mainly maintained by
0N/AChristian Maeder (maeder@tzi.de, initials CM) and Till Mossakowski
0N/A(till@tzi.de, initials TM). The mailing list is hets-devel@tzi.de.
0N/AOverview of source modules, with maintainers:
0N/AFor more details, see the Haddock documentation in docs/
0N/A(after generation with "make doc")
0N/A--------------------------------------------------------
0N/AINSTALL Installation and compilation instructions (CM)
0N/AMakefile GNU-Makefile to compile sources (Klaus Luettich)
0N/Aversion_nr Current version (TM)
ATC/ Conversion from and to ATerms (Klaus Luettich)
CoCASL/ Instance of Logic: CoCASL (
CM/TM)
COL/ Instance of Logic: COL (TM)
Common/ Modules common to all logics
pretty printing should get an own directory
Comorphisms/ Comorphisms of the logic graph (TM)
CspCASL/ Instance of Logic: CspCASL (Markus Roggenbach)
docs/ Haddock generated documentation (Klaus Luettich)
GUI/ GUI for displaying development graphs
HasCASL/ Instance of Logic: HasCASL (CM)
Haskell/ Instance of Logic: Haskell
based on Programatica (CM)
Hatchet/ old Haskell Logic (CM)
Driver/ Command line interface (Klaus Luettich)
Isabelle/ Instance of Logic: Isabelle (CM)
Logic/ Infrastructure for logic independence (TM)
Modal/ Instance of Logic: ModalCASL (TM)
Proofs/ Heterogeneous proof engine (
TM/Jorina Gerken)
Static/ Heterogeneous development graphs and
Syntax/ Heterogeneous syntax and parsing (
TM/CM)
ToHaskell/ translation to Haskell (CM)