Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the opam file #102

Merged
merged 1 commit into from
Sep 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions reanalyze.opam
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
opam-version: "2.0"
description:
"Experimental analyses for OCaml/Reason: for globally dead values/types, exception analysis, and termination analysis."
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.12" & >= "4.06.1"}
"ocaml" {>= "4.06.1" & < "4.12"}
"reason" {>= "3.6.0"}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"
Expand Down