this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Dead values/types, exception, and termination analysis for OCaml/ReScript" 4description: 5 "Experimental analyses for ReScript/OCaml/Reason: for globally dead values/types, exception analysis, and termination analysis." 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" {>= "1.7"} 13 "ocaml" {>= "4.06.1" & < "4.14"} 14 "cppo" {build} 15] 16conflicts: [ 17 "base-domains" 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@runtest" {with-test} 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/rescript-association/reanalyze.git" 34url { 35 src: 36 "https://github.com/rescript-association/reanalyze/archive/refs/tags/v2.19.0.tar.gz" 37 checksum: [ 38 "md5=005d4b7ae5fc6f34e22ff775a51264fa" 39 "sha512=168333f67df4b57415d5cbef1b61a22995191fc7323718b2f77c1c9dbbfc19ca8ed62978f7607a136d426f9ef5773a9663bf9a918e36528199acb93ea153d5b0" 40 ] 41}