Skip to content

Commit f0718d3

Browse files
authored
Merge pull request #28537 from Kakadu/release-zanuda-v2.0.0
[new release] zanuda (2.0.0)
2 parents 0fa664a + 1d30661 commit f0718d3

File tree

1 file changed

+59
-0
lines changed
  • packages/zanuda/zanuda.2.0.0

1 file changed

+59
-0
lines changed

packages/zanuda/zanuda.2.0.0/opam

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
opam-version: "2.0"
2+
synopsis: "Linter for OCaml+dune projects"
3+
description:
4+
"Lints for OCaml projects. Primary usage is for teaching/education"
5+
maintainer: ["[email protected]"]
6+
authors: ["Kakadu"]
7+
license: "LGPL-3.0-only"
8+
tags: ["lint" "test"]
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.2" & < "5.0.0" | >= "5.3.0" & < "5.4.0"}
14+
"yojson" {>= "2.0.0"}
15+
"angstrom" {>= "0.15.0" & <= "0.16.0"}
16+
"sexplib"
17+
"bisect_ppx"
18+
"dune-build-info"
19+
"ppx_assert"
20+
"ppx_expect_nobase"
21+
"ppx_optcomp"
22+
"base" {with-test}
23+
"ppx_assert" {with-test}
24+
"ppx_inline_test" {with-test}
25+
"ppx_expect" {with-test}
26+
"ppx_fields_conv" {with-test}
27+
"ppx_deriving" {with-test}
28+
"ppx_blob" {with-test}
29+
"menhir" {with-test}
30+
"ocamlformat" {= "0.27.0" & with-dev-setup}
31+
"odoc" {with-doc}
32+
"odig" {with-doc}
33+
]
34+
build: [
35+
["dune" "subst"] {dev}
36+
[
37+
"dune"
38+
"build"
39+
"-p"
40+
name
41+
"-j"
42+
jobs
43+
"@install"
44+
"@runtest" {with-test & os-family != "alpine"}
45+
"@doc" {with-doc}
46+
]
47+
]
48+
dev-repo: "git+https://github.com/Kakadu/zanuda.git"
49+
url {
50+
src:
51+
"https://github.com/Kakadu/zanuda/releases/download/v2.0.0/zanuda-2.0.0.tbz"
52+
checksum: [
53+
"sha256=0108d8d6e6e23bfe5e5cdade27ae434db921ed4b6f522ea71800f14a7662230e"
54+
"sha512=c8d633f4083867dfc73caf3b51b63c8c01771f5c286aa0a8357861044448e0b55df38eb695b997df470267ec921adae6f86c73d251fb3e965ac83ebb2c6b856c"
55+
]
56+
}
57+
x-commit-hash: "9e61188f322af5bdda7567b953b065bfc5806a8f"
58+
x-maintenance-intent: ["(latest)"]
59+

0 commit comments

Comments
 (0)