/usr/share/doc/libexene-smlnj/examples/README is in libexene-smlnj 110.79-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | This directory contains a collection of example eXene applications.
The application directories are:
add - a simple arithmetic game
basicwin - the trivial eXene program
bounce - demonstrates concurrency
bricks - A translation of Luca Cardelli's Module-3 game
calc - a desk-top calculator
get-display - code to get the display string in eXene format
mixer - a color mixer
plaid -
widgets - miscellaneous widget examples
When loaded, each application has a function ``doit'' which takes
a string argument specifying the server. The empty string can
be used to indicate a local X server. In addition, there is a
``main'' function, which is suitable as an argument to exportFn.
For a tutorial on how to write library level eXene code, you should
start by looking at basicwin, which is an eXene version of an example
from Vol. 1 of the O'Reilly X-window System books.
More substantial examples can be found in the demos directory.
|