this repo has no description

Merge pull request #18214 from kit-ty-kate/opam-publish-reanalyze.2.14.0

Package reanalyze.2.14.0

Kate ee65d87d e766f63b

Changed files
+38
packages
reanalyze
reanalyze.2.14.0
+38
packages/reanalyze/reanalyze.2.14.0/opam
···
+
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.13"}
+
"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.14.0.tar.gz"
+
checksum: [
+
"md5=f23fd98873c50152783cb343c3598bbc"
+
"sha512=0d3fcb87178e5951c53f4b2ac0f6b37ca2174de9025bee64e4e972207adef73f6671b0bc34e8e936afd8bd944e912205904fdb3453617aa72a550813b60e5763"
+
]
+
}