Index of /DIST-TOOLS/SYNCHRONE/aadl4ocaml
Name Last modified Size Description
Parent Directory -
README.txt 24-Jan-2008 10:05 677
aadl4ocaml.tgz 24-Jan-2008 10:05 428K
doc/ 24-Jan-2008 10:05 -
OVERVIEW
aadl4ocaml is a library that:
- parses AAXL (xml version of AADL) files,
- generates an AST
- provides a few utilitary functions dealing with aadl
cf the ocamldoc documentation for more details ("make doc" to generate it).
REQUIREMENTS:
You need ocamlduce (http://www.cduce.org/ocaml.html) to build this library,
as well as xlm-light.
Note that since the 3.08.4 release, OCamlDuce is binary compatible
with the corresponding OCaml release.
INSTALLATION:
make
cp aadl4ocaml.*a <somewhere useful>
make doc
will generathe the ocamldoc documentation.
AUTHORS
Louis Mandel
Erwan Jahier
LICENCE:
Well... let's say... LGPL!