Skip to content

Commit 4311636

Browse files
authored
Merge pull request ocaml#23717 from Leonidas-from-XIV/release-yojson-2.1.0
[new release] yojson (2.1.0)
2 parents 8ca947b + a51bbf5 commit 4311636

File tree

9 files changed

+56
-8
lines changed

9 files changed

+56
-8
lines changed

packages/frama-c/frama-c.23.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ depends: [
117117
"ocamlfind" # needed beyond build stage, used by -load-module
118118
"ocamlgraph" { >= "1.8.8" }
119119
"why3" { >= "1.4.0" & < "1.5~" }
120-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
120+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test)}
121121
"zarith" {>= "1.5"}
122122
]
123123

packages/frama-c/frama-c.23.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ depends: [
117117
"ocamlfind" # needed beyond build stage, used by -load-module
118118
"ocamlgraph" { >= "1.8.8" }
119119
"why3" { >= "1.4.0" & < "1.5~" }
120-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
120+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test)}
121121
"zarith" {>= "1.5"}
122122
]
123123

packages/frama-c/frama-c.24.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ depends: [
119119
"ocamlfind" # needed beyond build stage, used by -load-module
120120
"ocamlgraph" { >= "1.8.8" }
121121
"why3" { >= "1.4.0" & < "1.5~" }
122-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
122+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test)}
123123
"zarith" {>= "1.5"}
124124
]
125125

packages/frama-c/frama-c.25.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ depends: [
122122
"ppx_deriving_yojson"
123123
"ppx_import" {>= "1.8.0" & < "2.0"}
124124
"why3" {>= "1.5.0" & < "1.6~"}
125-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test) }
125+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test) }
126126
"zarith" {>= "1.5"}
127127
]
128128

packages/frama-c/frama-c.25.0~beta/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ depends: [
119119
"ocamlfind" # needed beyond build stage, used by -load-module
120120
"ocamlgraph" { >= "1.8.8" }
121121
"why3" {>= "1.5.0" & < "1.6~"}
122-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
122+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test)}
123123
"zarith" {>= "1.5"}
124124
"ppx_deriving"
125125
"ppx_import" {>= "1.8.0" & < "2.0"}

packages/frama-c/frama-c.26.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ depends: [
119119
"ocamlfind" # needed beyond build stage, used by -load-module
120120
"ocamlgraph" { >= "1.8.8" }
121121
"why3" {>= "1.5.1" & < "1.6~"}
122-
"yojson" {>= "1.6.0" & (< "2.0.0" | !with-test)}
122+
"yojson" {>= "1.6.0" & < "2.1.0" & (< "2.0.0" | !with-test)}
123123
"zarith" { >= "1.5" }
124124

125125
# PPXs

packages/frama-c/frama-c.26.0~beta/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ depends: [
121121
"ocamlfind" # needed beyond build stage, used by -load-module
122122
"ocamlgraph" { >= "1.8.8" }
123123
"why3" {>= "1.5.1" & < "1.6~"}
124-
"yojson" {>= "1.6.0" & ( < "2.0.0" | ! with-test)}
124+
"yojson" {>= "1.6.0" & < "2.1.0" & ( < "2.0.0" | ! with-test)}
125125
"zarith" { >= "1.5" }
126126

127127
# PPXs

packages/frama-c/frama-c.26.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ depends: [
120120
"ocamlfind" # needed beyond build stage, used by -load-module
121121
"ocamlgraph" { >= "1.8.8" }
122122
"why3" {>= "1.5.1" & < "1.6~"}
123-
"yojson" {>= "1.6.0" & (< "2.0.0" | !with-test)}
123+
"yojson" {>= "1.6.0" & < "2.1.0" & (< "2.0.0" | !with-test)}
124124
"zarith" { >= "1.5" }
125125

126126
# PPXs

packages/yojson/yojson.2.1.0/opam

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
opam-version: "2.0"
2+
synopsis:
3+
"Yojson is an optimized parsing and printing library for the JSON format"
4+
description: """
5+
Yojson is an optimized parsing and printing library for the JSON format.
6+
7+
ydump is a pretty-printing command-line program provided with the
8+
yojson package."""
9+
maintainer: [
10+
11+
]
12+
authors: ["Martin Jambon"]
13+
license: "BSD-3-Clause"
14+
homepage: "https://github.com/ocaml-community/yojson"
15+
doc: "https://ocaml-community.github.io/yojson"
16+
bug-reports: "https://github.com/ocaml-community/yojson/issues"
17+
depends: [
18+
"dune" {>= "2.7"}
19+
"ocaml" {>= "4.02.3"}
20+
"cppo" {build}
21+
"alcotest" {with-test & >= "0.8.5"}
22+
"seq" {>= "0.2.2"}
23+
"odoc" {with-doc}
24+
]
25+
build: [
26+
["dune" "subst"] {dev}
27+
[
28+
"dune"
29+
"build"
30+
"-p"
31+
name
32+
"-j"
33+
jobs
34+
"@install"
35+
"@runtest" {with-test}
36+
"@doc" {with-doc}
37+
]
38+
]
39+
dev-repo: "git+https://github.com/ocaml-community/yojson.git"
40+
url {
41+
src:
42+
"https://github.com/ocaml-community/yojson/releases/download/2.1.0/yojson-2.1.0.tbz"
43+
checksum: [
44+
"sha256=9fcb1ff2db58ab259f9228796b0ada4794eae97177b1833371380c4e4f90b15d"
45+
"sha512=31ab8580e0e4e8a05459fbec2fb9424a3df4cf5aef6df21fc577dbe3d32e81103a632c6a511c4dcf1f51819e88b38d2ce7d6888545bc3f359e69e070f8d2e69c"
46+
]
47+
}
48+
x-commit-hash: "42fa0887cb870bdbd1751d98cd23f99d6b29751d"

0 commit comments

Comments
 (0)