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 "extlib" 19] 20 21synopsis: "Javalib is a library written in OCaml with the aim to provide a high level representation of Java .class files" 22 23description: """ 24Thus it stands for a good starting point for people who want to 25develop static analyses for Java byte-code programs, benefiting from 26the strength of OCaml language. 27""" 28url { 29 src: "https://github.com/javalib-team/javalib/archive/v3.1.1.tar.gz" 30 checksum: [ 31 "md5=26dd16bdfb8b0bc28e466670569782b2" 32 "sha512=5488d1bf6cb426104dc0ad7b60e69414897b53b04111c387329ad531ccb8733f9ef279edd4abd77b0c1d32ad6bef5c98f8f57de1fdc30a34cf51a6f799b39b7f" 33 ] 34}