File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
packages/dead_code_analyzer/dead_code_analyzer.1.0.0 Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 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 <alain.frisch@lexifi.com>"
6+ "Corentin De Souza <de.souza.corentin@gmail.com>"
7+ ]
8+ authors: [
9+ "Alain Frisch <alain.frisch@lexifi.com>"
10+ "Corentin De Souza <de.souza.corentin@gmail.com>"
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+ }
You can’t perform that action at this time.
0 commit comments