opam-version: "2.0"
maintainer: "Alain Frisch <alain.frisch@lexifi.com>"
authors: [
  "Alain Frisch <alain.frisch@lexifi.com>"
  "Corentin De Souza <de.souza.corentin@gmail.com>"
]
homepage: "https://github.com/LexiFi/dead_code_analyzer"
bug-reports: "https://github.com/LexiFi/dead_code_analyzer/issues"
license: "MIT"
dev-repo: "git+https://github.com/LexiFi/dead_code_analyzer.git"
build: [make "all" "opt" "man"]
synopsis: "dead_code_analyzer  --  Dead code analyzing tool."
description: """
It only reports unused exported values, constructors/record fields and methods by default.
Options can enable reporting of optional arguments always/never used as bad style of code.
In addition to selecting which reports are to be displayed, the limit of authorized
occurences needed to be reported can be selected (default is 0).

It assumes .mli/.mfi are compiled with -keep-locs and .ml/.mf are compiled with -bin-annot."""
depends: [
  "ocaml" {>= "4.03.0" & < "4.05"}
]
url {
  src: "https://github.com/LexiFi/dead_code_analyzer/archive/0.9.tar.gz"
  checksum: "md5=97bc788d2bea1e50192441c65326bda2"
}
