Skip to content

Commit 1bf8a8a

Browse files
[new release] yojson (2.1.2)
CHANGES: *2023-11-23* ### Fixed - Fix the error location reported in the exception. Regression in 2.1.1 (reported by @johnridesabike, regression test by @ElectreAAS, fix by @Leonidas-from-XIV, ocaml-community/yojson#171, ocaml-community/yojson#172)
1 parent 94fc188 commit 1bf8a8a

File tree

1 file changed

+48
-0
lines changed
  • packages/yojson/yojson.2.1.2

1 file changed

+48
-0
lines changed

packages/yojson/yojson.2.1.2/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.2/yojson-2.1.2.tbz"
43+
checksum: [
44+
"sha256=59f2f1abbfc8a7ccbdbf608894e5c75e8a76006e34899254446f83e200dfb4f9"
45+
"sha512=309cba7568dec51de20c7ab8df033258c275b8d58b0a36a66b26e673a3bc050cbd7e39ff8fe4796e89263e125bcc21e04dc36a394f3cc201956887eee1fb281a"
46+
]
47+
}
48+
x-commit-hash: "e51163ee04ad79408975545ec5fc3b7dc41f68eb"

0 commit comments

Comments
 (0)