this repo has no description

Merge pull request #27471 from Kakadu/release-zanuda-v1.1.0

Release zanuda v1.1.0

Changed files
+63 -1
packages
ppx_expect_nobase
ppx_expect_nobase.v0.17.2
zanuda
zanuda.1.1.0
+1 -1
packages/ppx_expect_nobase/ppx_expect_nobase.v0.17.2/opam
···
"ppx_inline_test_nobase" {>= "v0.17" & < "v0.18"}
"sexplib"
"mtime" { >= "2" }
-
"re"
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
···
"ppx_inline_test_nobase" {>= "v0.17" & < "v0.18"}
"sexplib"
"mtime" { >= "2" }
+
"re" {>= "1.8.0" }
"dune" {>= "3.11.0"}
"ppxlib" {>= "0.28.0"}
]
+62
packages/zanuda/zanuda.1.1.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Linter for OCaml+dune projects"
+
description:
+
"Lints for OCaml projects. Primary usage is for teaching/education"
+
maintainer: ["kakadu@pm.me"]
+
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_assert"
+
"bisect_ppx"
+
"stdune"
+
"dune-build-info"
+
"angstrom" {>= "0.15.0"}
+
"ppx_expect_nobase"
+
"ppx_optcomp"
+
"base" {with-test}
+
"ppx_assert" {with-test}
+
"ppx_inline_test" {with-test}
+
"ppx_expect" {with-test}
+
"ppx_fields_conv" {with-test}
+
"ppx_deriving" {with-test}
+
"ppx_blob" {with-test}
+
"ppx_show" {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"
+
url {
+
src:
+
"https://github.com/Kakadu/zanuda/archive/refs/tags/v1.1.0.tar.gz"
+
checksum: [
+
"sha256=5b7deabdb016858a0e19ddfb7647f628a243065f88c5ae9f4c362500d51cea7a"
+
"sha512=ceb852103fbbb88b5eeb8130bc7aa8bffe7130df6645d3298e1bb9b8f7e8f6c7b323ccc474cf92a08d28e7b80e9a96d68fd53de2e51c7c0e7d8e3e82e436b4bc"
+
]
+
}
+
+
# We have issues with tests on these distributions. TODO: Fix later
+
available: os-family != "alpine" & os-family != "opensuse"
+