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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ae04c6b · Jul 13, 2024
Jul 13, 2024
Jul 13, 2024
Jul 13, 2024
Jan 25, 2023
Jul 13, 2024
Nov 14, 2019
Jul 10, 2019
Jul 10, 2019
Jan 5, 2023
Jan 28, 2020
Sep 11, 2018
Jul 13, 2024
Jan 25, 2023
Nov 16, 2018
Jul 13, 2024

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

No packages published