File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 9
9
identical to the non-` std ` variants and the ` std ` arguments have no effect.
10
10
Users are encouraged to switch to the non-` std ` affixed variants, the others
11
11
will be deprecated in the future. (#184 , @Leonidas-from-XIV )
12
+ - Bumped the minimum required version of OCaml for the main package to 4.08
13
+ since the CI dropped the support. This however allows removing the dependency
14
+ on the ` seq ` library, so the depencency cone becomes slightly smaller. (#194 ,
15
+ @Leonidas-from-XIV )
12
16
13
17
### Deprecated
14
18
Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ ydump is a pretty-printing command-line program provided with the
17
17
yojson package." )
18
18
( documentation " https://ocaml.org/p/yojson/latest" )
19
19
( depends
20
- ( ocaml ( >= 4 .02.3) )
21
- ( alcotest ( and :with -test ( >= 0 .8.5) ) )
22
- ( seq ( >= 0 .2.2) ) ) )
20
+ ( ocaml ( >= 4 .08) )
21
+ ( alcotest ( and :with -test ( >= 0 .8.5) ) ) ) )
23
22
24
23
( package
25
24
(name yojson-five)
Original file line number Diff line number Diff line change 115
115
(public_name yojson)
116
116
(modules yojson t basic safe raw common codec lexer_utils)
117
117
(synopsis "JSON parsing and printing")
118
- (libraries seq)
119
118
(flags
120
119
(:standard -w -27-32)))
Original file line number Diff line number Diff line change @@ -17,9 +17,8 @@ doc: "https://ocaml.org/p/yojson/latest"
17
17
bug-reports: "https://github.com/ocaml-community/yojson/issues"
18
18
depends: [
19
19
"dune" {>= "2.7"}
20
- "ocaml" {>= "4.02.3 "}
20
+ "ocaml" {>= "4.08 "}
21
21
"alcotest" {with-test & >= "0.8.5"}
22
- "seq" {>= "0.2.2"}
23
22
"odoc" {with-doc}
24
23
]
25
24
build: [
You can’t perform that action at this time.
0 commit comments