-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathreviewer.opam
39 lines (39 loc) · 849 Bytes
/
reviewer.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Creator of review for GitHub PR"
description:
"The tool for creating review in GitHub Pull Requests by zanuda's report"
maintainer: ["[email protected]"]
authors: ["Kakadu"]
license: "LGPL-3.0-only"
homepage: "https://github.com/Kakadu/zanuda"
bug-reports: "https://github.com/Kakadu/zanuda/issues"
depends: [
"dune" {>= "3.4"}
"ocaml" {>= "4.14" & < "5.0"}
"ppx_inline_test"
"ppx_show"
"ppx_expect"
"bisect_ppx"
"curly"
"yojson"
"stdune"
"angstrom" {>= "0.15.0"}
"ocamlformat" {= "0.26.2" & dev}
"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/Kakadu/zanuda.git"