Javalib is a library that parses Java .class
files into OCaml data
structures. Javalib offers primitives to extract information from,
manipulate, and generate valid .class
files.
It is distributed under the GNU Lesser General Public License (see the LICENSE file).
We recommend you to install every required library and Ocaml version with opam.
Configuring and installing Javalib from sources is pretty simple. In the main repository, execute
$ dune build
To clean the sources, run
$ dune clean
Before being able to use the modules presented in the API documentation, you need to open Javalib_pack
.
To get started with Javalib, read the tutorial.