-
Notifications
You must be signed in to change notification settings - Fork 9
/
zanuda.opam
47 lines (47 loc) · 1.03 KB
/
zanuda.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
40
41
42
43
44
45
46
47
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Linter for OCaml+dune projects"
description:
"Lints for OCaml projects. Primary usage is for teaching/education"
maintainer: ["[email protected]"]
authors: ["Kakadu"]
license: "LGPL-3.0-only"
tags: ["lint" "test"]
homepage: "https://github.com/Kakadu/zanuda"
bug-reports: "https://github.com/Kakadu/zanuda/issues"
depends: [
"dune" {>= "3.4"}
"ocaml" {>= "4.14" & < "5.0"}
"yojson" {>= "2.0.0"}
"sexplib"
"ppx_inline_test"
"ppx_assert"
"ppx_expect"
"bisect_ppx"
"stdune"
"dune-build-info"
"angstrom" {>= "0.15.0"}
"base" {with-test}
"ppx_fields_conv" {with-test}
"ppx_deriving" {with-test}
"ppx_blob" {with-test}
"menhir" {with-test}
"ocamlformat" {= "0.26.2" & dev}
"odoc" {with-doc}
"odig" {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"