Skip to content

Commit

Permalink
Merge pull request #21460 from panglesd/release-yojson-2.0.0
Browse files Browse the repository at this point in the history
[new release] yojson and yojson-bench (2.0.0)
  • Loading branch information
mseri authored Jun 9, 2022
2 parents d7a4cac + 63cbf66 commit 3cf1e40
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/calculon/calculon.0.5/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"irc-client" { >= "0.6.0" & < "0.7.0" }
"irc-client-lwt"
"irc-client-lwt-ssl"
"yojson" {>= "1.4.1"}
"yojson" {>= "1.4.1" & < "2.0.0"}
"containers" { >= "1.2" & < "3.0" }
"ISO8601"
"stringext"
Expand Down
2 changes: 1 addition & 1 deletion packages/merlin/merlin.4.5-414/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"ocaml" {>= "4.14" & < "4.15"}
"dune" {>= "2.9.0"}
"dot-merlin-reader" {>= "4.2"}
"yojson" {>= "1.6.0"}
"yojson" {>= "1.6.0" & < "2.0.0"}
"conf-jq" {with-test}
"csexp" {>= "1.5.1"}
"menhir" {dev}
Expand Down
34 changes: 34 additions & 0 deletions packages/yojson-bench/yojson-bench.2.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
opam-version: "2.0"
maintainer: ["[email protected]" "[email protected]" "[email protected]"]
authors: ["Martin Jambon"]
homepage: "https://github.com/ocaml-community/yojson"
bug-reports: "https://github.com/ocaml-community/yojson/issues"
dev-repo: "git+https://github.com/ocaml-community/yojson.git"
doc: "https://ocaml-community.github.io/yojson/"
license: "BSD-3-Clause"
depends: [
"ocaml" {>= "4.08"}
"yojson" {= version}
"dune"
"core_bench" {>= "v0.14.0"}
"core" {>= "v0.14.0"}
"core_unix" {>= "v0.14.0"}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
]
synopsis: "Run Yojson benchmarks"
description: """\
Yojson benchmarks require `Core_bench` which is not a dependency of Yojson,
because it is not part of the regular installation/testing flow. This is solely
meant for developers that are worried about performance changes in Yojson."""
url {
src:
"https://github.com/ocaml-community/yojson/releases/download/2.0.0/yojson-2.0.0.tbz"
checksum: [
"sha256=ab5d863f7f951a8f7fb4a708399ca2da2cf139a5e0af7818145c20295420cb1a"
"sha512=3ea982dbeef7ec8da54d29124ddb8b86f90583eb96ed3947851cedec9e3d2d47b981e3465d41f2c94943e6865ba6a9a51c6f0252efa6df2386d398b679aae8f2"
]
}
x-commit-hash: "9c5cee131ae0ec79713e62397076d597486844ed"
38 changes: 38 additions & 0 deletions packages/yojson/yojson.2.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
maintainer: ["[email protected]" "[email protected]"]
authors: ["Martin Jambon"]
homepage: "https://github.com/ocaml-community/yojson"
bug-reports: "https://github.com/ocaml-community/yojson/issues"
dev-repo: "git+https://github.com/ocaml-community/yojson.git"
doc: "https://ocaml-community.github.io/yojson/"
license: "BSD-3-Clause"
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"ocaml" {>= "4.02.3"}
"dune"
"cppo" {build}
"alcotest" {with-test & >= "0.8.5"}
"odoc" {with-doc}
"seq" {>= "0.2.2"}
]
synopsis:
"Yojson is an optimized parsing and printing library for the JSON format"
description: """
Yojson is an optimized parsing and printing library for the JSON format.

ydump is a pretty-printing command-line program provided with the
yojson package."""
url {
src:
"https://github.com/ocaml-community/yojson/releases/download/2.0.0/yojson-2.0.0.tbz"
checksum: [
"sha256=ab5d863f7f951a8f7fb4a708399ca2da2cf139a5e0af7818145c20295420cb1a"
"sha512=3ea982dbeef7ec8da54d29124ddb8b86f90583eb96ed3947851cedec9e3d2d47b981e3465d41f2c94943e6865ba6a9a51c6f0252efa6df2386d398b679aae8f2"
]
}
x-commit-hash: "9c5cee131ae0ec79713e62397076d597486844ed"

0 comments on commit 3cf1e40

Please sign in to comment.