this repo has no description
1opam-version: "2.0" 2synopsis: "Dead values/types, exception, and termination analysis for OCaml/ReScript" 3description: """ 4Experimental analyses for ReScript/OCaml/Reason: for globally dead values/types, exception analysis, and termination analysis. 5""" 6maintainer: ["Cristiano Calcagno"] 7authors: ["Cristiano Calcagno"] 8license: "MIT" 9homepage: "https://github.com/rescript-association/reanalyze" 10bug-reports: "https://github.com/rescript-association/reanalyze/issues" 11depends: [ 12 "dune" {>= "2.0"} 13 "ocaml" {>= "4.08" & < "4.15"} 14 "cppo" {build} 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] 30conflicts: [ 31 "base-domains" 32 "base-effects" 33] 34dev-repo: "git+https://github.com/rescript-association/reanalyze.git" 35url { 36 src: 37 "https://github.com/rescript-association/reanalyze/archive/v2.23.0.tar.gz" 38 checksum: [ 39 "md5=369b4408a2911c07117ec5084797b461" 40 "sha512=1d70ff82d97a43926d34f0e6bacfb8847a892be6961bff099b1de7a1e6b2468500ae44758e3ca44711215b1495e1224fcc22ae43bb50c36067ad43959e4adf40" 41 ] 42}