File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
packages/zanuda/zanuda.1.0.0 Expand file tree Collapse file tree 1 file changed +49
-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: "OCaml linter experiment"
4+ description:
5+ "Inspired by https://discuss.ocaml.org/t/how-possible-is-a-clippy-like-linter-for-ocaml"
6+ 7+ authors: ["Kakadu"]
8+ license: "LGPL-3.0-only"
9+ homepage: "https://github.com/Kakadu/zanuda"
10+ bug-reports: "https://github.com/Kakadu/zanuda/issues"
11+ depends: [
12+ "dune" {>= "3.4"}
13+ "ocaml" {>= "4.14" & < "5.0"}
14+ "yojson" {>= "2.0.0"}
15+ "sexplib"
16+ "ppx_inline_test"
17+ "ppx_assert"
18+ "ppx_expect"
19+ "stdune"
20+ "angstrom" {>= "0.15.0"}
21+ "base" {with-test}
22+ "ppx_blob" {with-test}
23+ "ppx_fields_conv" {with-test}
24+ "menhir" {with-test}
25+ "ocamlformat" {>= "0.23.0"}
26+ "odoc" {with-doc}
27+ ]
28+ build: [
29+ ["dune" "subst"] {dev}
30+ [
31+ "dune"
32+ "build"
33+ "-p"
34+ name
35+ "-j"
36+ jobs
37+ "@install"
38+ "@runtest" {with-test}
39+ "@doc" {with-doc}
40+ ]
41+ ]
42+ dev-repo: "git+https://github.com/Kakadu/zanuda.git"
43+ url {
44+ src: "https://github.com/Kakadu/zanuda/archive/refs/tags/1.0.0.tar.gz"
45+ checksum: [
46+ "md5=7f3594582be24f712c50f7968c3bce6e"
47+ "sha512=d8a4ca63125e09aeab19b37fa3a23028da335a6e6dd88ca08e9398171a11ad461e05d915ac1cc4e4987d7371375bf815f5ea36237527d27812577209eda3c960"
48+ ]
49+ }
You can’t perform that action at this time.
0 commit comments