this repo has no description

Package reanalyze.2.24.0

Changed files
+38
packages
reanalyze
reanalyze.2.24.0
+38
packages/reanalyze/reanalyze.2.24.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Dead values/types, exception, and termination analysis for OCaml/ReScript"
+
description: """
+
Experimental analyses for ReScript/OCaml/Reason: for globally dead values/types, exception analysis, and termination analysis.
+
"""
+
maintainer: ["Cristiano Calcagno"]
+
authors: ["Cristiano Calcagno"]
+
license: "MIT"
+
homepage: "https://github.com/rescript-association/reanalyze"
+
bug-reports: "https://github.com/rescript-association/reanalyze/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"ocaml" {>= "4.08.0" & < "5.2"}
+
"cppo" {build}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/rescript-association/reanalyze.git"
+
url {
+
src:
+
"https://github.com/rescript-association/reanalyze/archive/refs/tags/v2.24.0.tar.gz"
+
checksum: [
+
"md5=bee61ac2548d327b3848f0fbc39e2d6b"
+
"sha512=669761a0f5b07a26497e207875fb537dccb691d3a6ea2aa08d58164054cd8f5bc227bc81b7eac98940b0483e599a46620553d0cbadd299d0654e175164661ab4"
+
]
+
}