* README: Update layout.

This commit is contained in:
Alexandre Duret-Lutz 2003-08-05 14:23:35 +00:00
parent bdfbf9c519
commit b90e0d611f
2 changed files with 29 additions and 23 deletions

View file

@ -1,5 +1,7 @@
2003-08-05 Alexandre Duret-Lutz <aduret@src.lip6.fr> 2003-08-05 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* README: Update layout.
* wrap/python/cgi/Makefile.am, wrap/python/cgi/ltl2tgba.in, * wrap/python/cgi/Makefile.am, wrap/python/cgi/ltl2tgba.in,
wrap/python/cgi/README: New files. wrap/python/cgi/README: New files.
* wrap/python/Makefile.am (SUBDIRS): Add cgi. * wrap/python/Makefile.am (SUBDIRS): Add cgi.

14
README
View file

@ -20,19 +20,23 @@ doc/ Documentation for libspot.
spot.latex/ Sources for the PDF manual. (No distributed, can be rebuilt.) spot.latex/ Sources for the PDF manual. (No distributed, can be rebuilt.)
spotref.pdf PDF manual. spotref.pdf PDF manual.
wrap/ Wrappers for other languages. wrap/ Wrappers for other languages.
python/ Python bindings for Spot and BuDDy
tests/ Tests for these bindings
cgi/ Python-based CGI script (ltl-to-tgba translator)
iface/ Interfaces to other libraries. iface/ Interfaces to other libraries.
gspn/ GreatSPN interface. gspn/ GreatSPN interface.
examples/ Supporting models used by the test cases.
Third party softwares Third party software
--------------------- --------------------
buddy/ A patched version of BuDDy 2.2 (a BDD library). buddy/ A patched version of BuDDy 2.2 (a BDD library).
lbtt/ A patched version of lbtt 1.0.1 (an LTL to Büchi automata test bench). lbtt/ A patched version of lbtt 1.0.2 (an LTL to Büchi automata test bench).
Build-system stuffs Build-system stuff
------------------- ------------------
m4/ M4 macros used by configure.ac. m4/ M4 macros used by configure.ac.
tools/ Helper scripts used during the build. tools/ Helper scripts used during the build.