Skip to content

Javalib is a library to access and manipulate Java class files from OCaml.

License

Notifications You must be signed in to change notification settings

javalib-team/javalib

Repository files navigation

Welcome to Javalib

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).

Building Javalib

Requirements

We recommend you to install every required library and Ocaml version with opam.

Configuration and installation

Configuring and installing Javalib from sources is pretty simple. In the main repository, execute

 $ dune build

To clean the sources, run

 $ dune clean

Using Javalib

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.

About

Javalib is a library to access and manipulate Java class files from OCaml.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors