Skip to content

Commit

Permalink
Merge pull request #25941 from cknitt/opam-publish-reanalyze.2.25.0
Browse files Browse the repository at this point in the history
Package reanalyze.2.25.0
  • Loading branch information
mseri committed May 29, 2024
2 parents 3eec735 + c584987 commit 3940fb5
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/reanalyze/reanalyze.2.25.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
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.3"}
"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.25.0.tar.gz"
checksum: [
"md5=ca409aba663e0dcae98600c40eaa28b5"
"sha512=b4c7256ade9ab62f0c13da7d53048dd1272085790e75ce4b9f55d66d4716eb1cbba3e61ddf7e2bd9e150c281c47ff2046c9825549584119cd1c0c23cbf919149"
]
}

0 comments on commit 3940fb5

Please sign in to comment.