opam-version: "2.0"
synopsis: "Dead values/types, exception, and termination analysis for OCaml/Reason"
description: """
Experimental analyses for OCaml/Reason: for globally dead values/types, exception analysis, and termination analysis.
"""
maintainer: ["Cristiano Calcagno"]
authors: ["Cristiano Calcagno"]
license: "MIT"
homepage: "https://github.com/reason-association/reanalyze"
bug-reports: "https://github.com/reason-association/reanalyze/issues"
depends: [
  "dune" {>= "1.7"}
  "ocaml" {>= "4.06.1" & < "4.11"}
  "reason" {>= "3.6.0"}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/reason-association/reanalyze.git"
url {
  src:
    "https://github.com/reason-association/reanalyze/archive/v2.11.0.tar.gz"
  checksum: [
    "md5=9835baafaf59c16eb12273aa4f3965d7"
    "sha512=a420bdad8a8885a6c184150babde81c4df581271e31e132cafc38da2872834816ea58302be330573d94239e7457e5c06b29b41bde16a13eac58868a1254945b7"
  ]
}
