Skip to content

Commit 1d06e32

Browse files
Merge pull request #27471 from Kakadu/release-zanuda-v1.1.0
Release zanuda v1.1.0
2 parents 10296d9 + 55f292c commit 1d06e32

File tree

2 files changed

+63
-1
lines changed
  • packages
    • ppx_expect_nobase/ppx_expect_nobase.v0.17.2
    • zanuda/zanuda.1.1.0

2 files changed

+63
-1
lines changed

packages/ppx_expect_nobase/ppx_expect_nobase.v0.17.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ppx_inline_test_nobase" {>= "v0.17" & < "v0.18"}
1515
"sexplib"
1616
"mtime" { >= "2" }
17-
"re"
17+
"re" {>= "1.8.0" }
1818
"dune" {>= "3.11.0"}
1919
"ppxlib" {>= "0.28.0"}
2020
]

packages/zanuda/zanuda.1.1.0/opam

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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" & < "5.0"}
14+
"yojson" {>= "2.0.0"}
15+
"sexplib"
16+
"ppx_assert"
17+
"bisect_ppx"
18+
"stdune"
19+
"dune-build-info"
20+
"angstrom" {>= "0.15.0"}
21+
"ppx_expect_nobase"
22+
"ppx_optcomp"
23+
"base" {with-test}
24+
"ppx_assert" {with-test}
25+
"ppx_inline_test" {with-test}
26+
"ppx_expect" {with-test}
27+
"ppx_fields_conv" {with-test}
28+
"ppx_deriving" {with-test}
29+
"ppx_blob" {with-test}
30+
"ppx_show" {with-test}
31+
"menhir" {with-test}
32+
"ocamlformat" {= "0.26.2" & dev}
33+
"odoc" {with-doc}
34+
"odig" {with-doc}
35+
]
36+
build: [
37+
["dune" "subst"] {dev}
38+
[
39+
"dune"
40+
"build"
41+
"-p"
42+
name
43+
"-j"
44+
jobs
45+
"@install"
46+
"@runtest" {with-test}
47+
"@doc" {with-doc}
48+
]
49+
]
50+
dev-repo: "git+https://github.com/Kakadu/zanuda.git"
51+
url {
52+
src:
53+
"https://github.com/Kakadu/zanuda/archive/refs/tags/v1.1.0.tar.gz"
54+
checksum: [
55+
"sha256=5b7deabdb016858a0e19ddfb7647f628a243065f88c5ae9f4c362500d51cea7a"
56+
"sha512=ceb852103fbbb88b5eeb8130bc7aa8bffe7130df6645d3298e1bb9b8f7e8f6c7b323ccc474cf92a08d28e7b80e9a96d68fd53de2e51c7c0e7d8e3e82e436b4bc"
57+
]
58+
}
59+
60+
# We have issues with tests on these distributions. TODO: Fix later
61+
available: os-family != "alpine" & os-family != "opensuse"
62+

0 commit comments

Comments
 (0)