this repo has no description

Add release pattern.0.3.2 and fix version constraints

Changed files
+37 -4
packages
clangml
clangml.4.5.0
clangml.4.6.0
pattern
pattern.0.3.0
pattern.0.3.1
pattern.0.3.2
+1 -1
packages/clangml/clangml.4.5.0/opam
···
"metaquot" {>= "0.4.0"}
"refl" {>= "0.4.0"}
"odoc" {with-doc & >= "1.5.1"}
-
"ppxlib" {>= "0.23"}
+
"ppxlib" {>= "0.23" & < "0.26"}
"ocaml-migrate-parsetree" {>= "2.2.0"}
]
x-ci-accept-failures: [
+1 -1
packages/clangml/clangml.4.6.0/opam
···
"metaquot" {>= "0.4.0"}
"refl" {>= "0.4.0"}
"odoc" {with-doc & >= "1.5.1"}
-
"ppxlib" {>= "0.23"}
+
"ppxlib" {>= "0.23" & < "0.26"}
"ocaml-migrate-parsetree" {>= "2.2.0"}
]
x-ci-accept-failures: [
+1 -1
packages/pattern/pattern.0.3.0/opam
···
"dune" {>= "1.10.0"}
"metapp" {>= "0.3.0"}
"metaquot" {>= "0.3.0"}
-
"refl" {>= "0.3.0"}
+
"refl" {>= "0.3.0" & < "0.4.1"}
"ocaml-migrate-parsetree" {>= "1.5.0"}
"stdcompat" {>= "10"}
]
+1 -1
packages/pattern/pattern.0.3.1/opam
···
"dune" {>= "1.10.0"}
"metapp" {>= "0.3.0"}
"metaquot" {>= "0.3.0"}
-
"refl" {>= "0.3.0"}
+
"refl" {>= "0.3.0" & < "0.4.1"}
"ocaml-migrate-parsetree" {>= "1.5.0"}
"stdcompat" {>= "10"}
]
+33
packages/pattern/pattern.0.3.2/opam
···
+
opam-version: "2.0"
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs]
+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
+
["dune" "build" "-p" name "@doc"] {with-doc}
+
]
+
maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
+
authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
+
bug-reports: "https://github.com/thierry-martinez/pattern"
+
homepage: "https://github.com/thierry-martinez/pattern"
+
doc: "https://github.com/thierry-martinez/pattern"
+
license: "BSD-2-Clause"
+
dev-repo: "git+https://github.com/thierry-martinez/pattern.git"
+
synopsis: "Run-time patterns that explain match failures"
+
description: """
+
pattern is a PPX extension that generates functions from patterns
+
that explain match failures by returning the common context and
+
the list of differences between a pattern and a value.
+
"""
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"dune" {>= "1.10.0"}
+
"metapp" {>= "0.3.0"}
+
"metaquot" {>= "0.3.0"}
+
"refl" {>= "0.4.1"}
+
"ocaml-migrate-parsetree" {>= "1.5.0"}
+
"stdcompat" {>= "10"}
+
]
+
url {
+
src: "https://github.com/thierry-martinez/pattern/releases/download/v0.3.2/pattern.0.3.2.tar.gz"
+
checksum: "sha512=1bc7d5c52b5cc4f67615d14cb68c39ba6215b6441ff832d685bd13c8fe3faaefcab4449baa25d8ebd88b4043784531edab26ff69ef28156ecd77549b87982e4f"
+
}