Index of /DIST-TOOLS/SYNCHRONE/aadl4ocaml
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!