Skip to content

Commit 231273e

Browse files
authored
Merge pull request #21999 from raphael-proust/opam-publish-json-data-encoding-json-data-encoding-browser-json-data-encoding-bson.0.12
3 packages from gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.12/json-data-encoding-0.12.tar.gz
2 parents 3ef0c1d + 18e8605 commit 231273e

File tree

4 files changed

+87
-2
lines changed
  • packages
    • data-encoding/data-encoding.0.6
    • json-data-encoding-browser/json-data-encoding-browser.0.12
    • json-data-encoding-bson/json-data-encoding-bson.0.12
    • json-data-encoding/json-data-encoding.0.12

4 files changed

+87
-2
lines changed

packages/data-encoding/data-encoding.0.6/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ depends: [
1212
"zarith" {>= "1.4"}
1313
"zarith_stubs_js"
1414
"hex" {>= "1.3.0"}
15-
"json-data-encoding" { = "0.11" }
16-
"json-data-encoding-bson" { = "0.11" }
15+
"json-data-encoding" { >= "0.11" }
16+
"json-data-encoding-bson" { >= "0.11" }
1717
"alcotest" { with-test }
1818
"crowbar" { >= "0.2" & with-test }
1919
"ppx_expect" { with-test }
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "2.0"
2+
synopsis: "Type-safe encoding to and decoding from JSON (browser support)"
3+
maintainer: "contact@nomadic-labs.com"
4+
authors: [ "Nomadic Labs" "Ocamlpro" ]
5+
homepage: "https://gitlab.com/nomadic-labs/json-data-encoding"
6+
bug-reports: "https://gitlab.com/nomadic-labs/json-data-encoding/issues"
7+
license: "MIT"
8+
dev-repo: "git+https://gitlab.com/nomadic-labs/json-data-encoding"
9+
10+
build: [
11+
["dune" "build" "-j" jobs "-p" name]
12+
]
13+
14+
depends: [
15+
"ocaml" {>= "4.10"}
16+
"dune" {>= "2.0"}
17+
"json-data-encoding" {= version }
18+
"js_of_ocaml" {>= "3.3.0"}
19+
]
20+
url {
21+
src:
22+
"https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.12/json-data-encoding-0.12.tar.gz"
23+
checksum: [
24+
"md5=2f3252c51185fcb2f17b1437b5264c37"
25+
"sha512=d413d23b679aab898cce4138c60cf484a4be7272dcd802fd8dfaa03f17ff9d19584976d8b957f60fd5c8abdc3d55d6d62b70ae2d4716bf0c6645b69350678ec5"
26+
]
27+
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "2.0"
2+
synopsis: "Type-safe encoding to and decoding from JSON (bson support)"
3+
maintainer: "contact@nomadic-labs.com"
4+
authors: [ "Nomadic Labs" "Ocamlpro" ]
5+
homepage: "https://gitlab.com/nomadic-labs/json-data-encoding"
6+
bug-reports: "https://gitlab.com/nomadic-labs/json-data-encoding/issues"
7+
license: "MIT"
8+
dev-repo: "git+https://gitlab.com/nomadic-labs/json-data-encoding"
9+
10+
build: [
11+
["dune" "build" "-j" jobs "-p" name]
12+
]
13+
14+
depends: [
15+
"ocaml" {>= "4.10"}
16+
"dune" {>= "2.0"}
17+
"json-data-encoding" {= version }
18+
"ocplib-endian" {>= "1.0"}
19+
]
20+
url {
21+
src:
22+
"https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.12/json-data-encoding-0.12.tar.gz"
23+
checksum: [
24+
"md5=2f3252c51185fcb2f17b1437b5264c37"
25+
"sha512=d413d23b679aab898cce4138c60cf484a4be7272dcd802fd8dfaa03f17ff9d19584976d8b957f60fd5c8abdc3d55d6d62b70ae2d4716bf0c6645b69350678ec5"
26+
]
27+
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
opam-version: "2.0"
2+
synopsis: "Type-safe encoding to and decoding from JSON"
3+
maintainer: "contact@nomadic-labs.com"
4+
authors: [ "Nomadic Labs" "Ocamlpro" ]
5+
homepage: "https://gitlab.com/nomadic-labs/json-data-encoding"
6+
bug-reports: "https://gitlab.com/nomadic-labs/json-data-encoding/issues"
7+
license: "MIT"
8+
dev-repo: "git+https://gitlab.com/nomadic-labs/json-data-encoding"
9+
10+
build: [
11+
["dune" "build" "-j" jobs "-p" name]
12+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
13+
]
14+
15+
depends: [
16+
"ocaml" {>= "4.10"}
17+
"dune" {>= "2.0"}
18+
"uri" {>= "1.9.0" }
19+
"crowbar" { with-test }
20+
"alcotest" { with-test }
21+
"ocamlformat" { = "0.20.1" & with-doc } # not technically a doc dep; modify when with-dev becomes available
22+
"odoc" { with-doc }
23+
]
24+
url {
25+
src:
26+
"https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/0.12/json-data-encoding-0.12.tar.gz"
27+
checksum: [
28+
"md5=2f3252c51185fcb2f17b1437b5264c37"
29+
"sha512=d413d23b679aab898cce4138c60cf484a4be7272dcd802fd8dfaa03f17ff9d19584976d8b957f60fd5c8abdc3d55d6d62b70ae2d4716bf0c6645b69350678ec5"
30+
]
31+
}

0 commit comments

Comments
 (0)