Skip to content
Open
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
42 changes: 42 additions & 0 deletions packages/dead_code_analyzer/dead_code_analyzer.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Dead code analyzer for OCaml"
maintainer: [
"Alain Frisch <[email protected]>"
"Corentin De Souza <[email protected]>"
]
authors: [
"Alain Frisch <[email protected]>"
"Corentin De Souza <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/LexiFi/dead_code_analyzer"
bug-reports: "https://github.com/LexiFi/dead_code_analyzer/issues"
depends: [
"dune" {>= "3.16"}
"ocaml" {>= "5.2" & < "5.3"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/LexiFi/dead_code_analyzer.git"
url {
src:
"https://github.com/LexiFi/dead_code_analyzer/archive/refs/tags/1.0.0.tar.gz"
checksum: [
"md5=70138eb4e66c532b783494aca8f09939"
"sha512=02c8610b73fa5e969f8c85be4450da18cabd6e49af0d120894c3ff393faf3909bd763f7b2803ef3be80bf4ac49ced74ce52492f9eadd3731fa609fd5524b4376"
]
}
Loading