this repo has no description
1opam-version: "2.0"
2maintainer: "Nicolas Barré <nicolas.barre@irisa.fr>"
3authors: "Javalib Development team"
4homepage: "https://javalib-team.github.io/javalib/"
5bug-reports: "https://github.com/javalib-team/javalib/issues"
6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
7dev-repo: "git+https://github.com/javalib-team/javalib.git"
8build: [
9 ["./configure.sh"]
10 [make]
11]
12install: [make "install"]
13remove: ["ocamlfind" "remove" "javalib"]
14depends: [
15 "ocaml" {>= "4.02" & < "5.0"}
16 "conf-which" {build}
17 "ocamlfind" {build}
18 "camlzip" {>= "1.05"}
19 "camlp4"
20 "extlib"
21 "camomile" {< "2.0.0"}
22]
23
24synopsis: "Javalib is a library written in OCaml with the aim to provide a high level representation of Java .class files"
25
26description: """
27Thus it stands for a good starting point for people who want to
28develop static analyses for Java byte-code programs, benefiting from
29the strength of OCaml language.
30"""
31url {
32 src: "https://github.com/javalib-team/javalib/archive/v2.3.6.tar.gz"
33 checksum: [
34 "md5=5dce1d9267cb47172dc71f93fc97c9f0"
35 "sha512=88e90f0fdfa4ff2b61487cb329c935ac352e1d46c04b18cab1e12283e78aaa10fecd82cb49779da52ea5e11c2c911bcc06b0c1c00eb1f1f8c3b8ee63b758f18c"
36 ]
37}