B. Watson c96ceb1745 development/maude: Fix 32-bit build. 2 yıl önce
..
32-bit-fixes.patch c96ceb1745 development/maude: Fix 32-bit build. 2 yıl önce
README c96ceb1745 development/maude: Fix 32-bit build. 2 yıl önce
doinst.sh ee7a59f5a6 development/maude: Added (high-performance reflective language). 8 yıl önce
maude.SlackBuild c96ceb1745 development/maude: Fix 32-bit build. 2 yıl önce
maude.info b84a579f9e development/maude: Updated for version 3.1. 2 yıl önce
slack-desc 192b7ae9f7 development/maude: Fix slack-desc. 8 yıl önce

README

Maude is a high-performance reflective language and system
supporting both equational and rewriting logic specification
and programming for a wide range of applications. Maude has
been influenced in important ways by the OBJ3 language, which
can be regarded as an equational logic sublanguage. Besides
supporting equational specification and programming, Maude
also supports rewriting logic computation.

Because Maude needs some help for finding its own files,
you may:
- logout and login again, then run maude

- run maude with explicit reference to its files' location
$ MAUDE_LIB=/usr/share/maude/ maude

- export the variable to the environment, then run maude
$ export MAUDE_LIB=/usr/share/maude/
$ maude

If you'd like to run maude's built-in test suite, export CHECK=yes
in the script's environment.