opam-version: "2.0"
maintainer: "sawja@inria.fr"
homepage: "http://javalib.gforge.inria.fr"
authors: " "
build: [
  ["./configure.sh"]
  [make "ptrees"]
]
install: [
  [make "installptrees"]
  [make]
  [make "install"]
]
remove: [
  ["ocamlfind" "remove" "javalib"]
  ["ocamlfind" "remove" "ptrees"]
]
depends: [
  "ocaml"
  "ocamlfind"
  "camlzip" {= "1.04"}
  ("extlib" {<= "1.6.0"} | "extlib-compat" {< "1.7.0"})
]
synopsis:
  "Javalib is a library written in OCaml with the aim to provide a high level representation of Java .class files."
description: """
Thus it stands for a good starting point for people who want to develop static analysis for
Java byte-code programs, benefiting from the strength of OCaml language."""
flags: light-uninstall
url {
  src: "https://gforge.inria.fr/frs/download.php/31494/javalib-2.2.2.tar.bz2"
  checksum: "md5=a04dfea2e7fb23636c23d24096cefc07"
}
