this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Dead values/types, exception, and termination analysis for OCaml/Reason" 4description: 5 "Experimental analyses for OCaml/Reason: for globally dead values/types, exception analysis, and termination analysis." 6maintainer: "Cristiano Calcagno" 7authors: "Cristiano Calcagno" 8license: "MIT" 9homepage: "https://github.com/reason-association/reanalyze" 10bug-reports: "https://github.com/reason-association/reanalyze/issues" 11depends: [ 12 "dune" {>= "1.7"} 13 "ocaml" {>= "4.06.1" & < "4.13"} 14 "reason" {>= "3.6.0"} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/reason-association/reanalyze.git" 31url { 32 src: 33 "https://github.com/reason-association/reanalyze/archive/v2.14.0.tar.gz" 34 checksum: [ 35 "md5=f23fd98873c50152783cb343c3598bbc" 36 "sha512=0d3fcb87178e5951c53f4b2ac0f6b37ca2174de9025bee64e4e972207adef73f6671b0bc34e8e936afd8bd944e912205904fdb3453617aa72a550813b60e5763" 37 ] 38}