Skip to content

Commit 198d821

Browse files
committed
Package dead_code_analyzer.1.0.0
1 parent 6df1c45 commit 198d821

File tree

1 file changed

+43
-0
lines changed
  • packages/dead_code_analyzer/dead_code_analyzer.1.0.0

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Dead code analyzer for OCaml"
4+
maintainer: [
5+
"Alain Frisch <[email protected]>"
6+
"Corentin De Souza <[email protected]>"
7+
]
8+
authors: [
9+
"Alain Frisch <[email protected]>"
10+
"Corentin De Souza <[email protected]>"
11+
]
12+
license: "MIT"
13+
homepage: "https://github.com/LexiFi/dead_code_analyzer"
14+
bug-reports: "https://github.com/LexiFi/dead_code_analyzer/issues"
15+
depends: [
16+
"dune" {>= "3.20"}
17+
"ocaml" {>= "5.2" & < "5.3"}
18+
"odoc" {with-doc}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://github.com/LexiFi/dead_code_analyzer.git"
35+
x-maintenance-intent: ["(latest)"]
36+
url {
37+
src:
38+
"https://github.com/LexiFi/dead_code_analyzer/archive/refs/tags/1.0.0.tar.gz"
39+
checksum: [
40+
"md5=816119777bcf072fd910f76b3f9f74cc"
41+
"sha512=03d1c15d519ae2582581698ecd791289aa89549e913e05b9da14414a5e2046282670e0a672b68868ce65bef5742203498e61143b7ae08b0adf0eacf20117ab6d"
42+
]
43+
}

0 commit comments

Comments
 (0)