Update the README.
* README: Reference src/saba/, src/sabaalgos/, src/sabatest/, iface/nips/, iface/nips/nipstest/ and iface/nips/nips_vm/.
This commit is contained in:
parent
1693e2afad
commit
3633fced1d
2 changed files with 18 additions and 4 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
2010-01-24 Guillaume Sadegh <sadegh@lrde.epita.fr>
|
||||||
|
|
||||||
|
Update the README.
|
||||||
|
|
||||||
|
* README: Reference src/saba/, src/sabaalgos/, src/sabatest/,
|
||||||
|
iface/nips/, iface/nips/nipstest/ and iface/nips/nips_vm/.
|
||||||
|
|
||||||
2010-01-22 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2010-01-22 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Turn parse_error_list into an opaque type for Swig. This
|
Turn parse_error_list into an opaque type for Swig. This
|
||||||
|
|
|
||||||
15
README
15
README
|
|
@ -107,6 +107,9 @@ src/ Sources for libspot.
|
||||||
evtgba*/ Ignore these for now.
|
evtgba*/ Ignore these for now.
|
||||||
eltlparse/ Parser for ELTL formulae.
|
eltlparse/ Parser for ELTL formulae.
|
||||||
eltltest/ Tests for ELTL nodes in ltlast/ and eltlparse/.
|
eltltest/ Tests for ELTL nodes in ltlast/ and eltlparse/.
|
||||||
|
saba/ SABA (State-labeled Alternating Büchi Automata) objects.
|
||||||
|
sabaalgos/ Algorithms on SABA.
|
||||||
|
sabatest/ Tests for saba/, sabaalgos/.
|
||||||
doc/ Documentation for libspot.
|
doc/ Documentation for libspot.
|
||||||
spot.html/ HTML reference manual.
|
spot.html/ HTML reference manual.
|
||||||
spot.latex/ Sources for the PDF manual. (Not distributed, can be rebuilt.)
|
spot.latex/ Sources for the PDF manual. (Not distributed, can be rebuilt.)
|
||||||
|
|
@ -121,14 +124,18 @@ wrap/ Wrappers for other languages.
|
||||||
iface/ Interfaces to other libraries.
|
iface/ Interfaces to other libraries.
|
||||||
gspn/ GreatSPN interface.
|
gspn/ GreatSPN interface.
|
||||||
examples/ Supporting models used by the test cases.
|
examples/ Supporting models used by the test cases.
|
||||||
|
nips/ NIPS interface (to use Promela models).
|
||||||
|
nipstest/ Tests for NIPS.
|
||||||
|
|
||||||
Third party software
|
Third party software
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
buddy/ A patched version of BuDDy 2.3 (a BDD library).
|
buddy/ A patched version of BuDDy 2.3 (a BDD library).
|
||||||
lbtt/ lbtt 1.2.0 (an LTL to Büchi automata test bench).
|
lbtt/ lbtt 1.2.0 (an LTL to Büchi automata test bench).
|
||||||
|
iface/ Interfaces to other libraries.
|
||||||
|
nips/ NIPS interface (to use Promela models).
|
||||||
|
nips_vm/ NIPS VM 1.2.7 (New Implementation of Promela Semantics
|
||||||
|
Virtual Machine).
|
||||||
|
|
||||||
Build-system stuff
|
Build-system stuff
|
||||||
------------------
|
------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue