this repo has no description
1opam-version: "2.0" 2maintainer: "David Pichardie <david.pichardie@ens-rennes.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" "-s" {ocaml:native-dynlink}] 10 [make] 11] 12install: [make "install"] 13depends: [ 14 "ocaml" {>= "4.08"} 15 "conf-which" {build} 16 "ocamlfind" {build} 17 "camlzip" {>= "1.11"} 18 "extlib" 19] 20conflicts: [ "ocaml-option-bytecode-only" ] 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/3.2.2.tar.gz" 31 checksum: [ 32 "md5=90174a2297d43891ee7ebaaf7d29b87e" 33 "sha512=4796042b9d7929db45cf71a471a30a551b5fc2f27e801759d4911610c355b2a93b7148b3c84bb96844da31f756e2b3eb242f553f99dd5698474fbffaed4f8b98" 34 ] 35}