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"] 13depends: [ 14 "ocaml" {>= "4.04" & < "5.0"} 15 "conf-which" {build} 16 "ocamlfind" {build} 17 "camlzip" {>= "1.05"} 18 "camlp4" 19 "extlib" 20] 21 22synopsis: "Javalib is a library written in OCaml with the aim to provide a high level representation of Java .class files" 23 24description: """ 25Thus it stands for a good starting point for people who want to 26develop static analyses for Java byte-code programs, benefiting from 27the strength of OCaml language. 28""" 29url { 30 src: "https://github.com/javalib-team/javalib/archive/v3.1.tar.gz" 31 checksum: [ 32 "md5=515e890d06a9b3c6b57e5112a491ef24" 33 "sha512=74edd09168766a0bb30c442951d69aad7199efd39f1fe54f2335d439bae10ab95ccd0d2429ac336268a7ecddc8c2a35c8fbb168d6ef2b43b6177a0200f6336b6" 34 ] 35}