File tree Expand file tree Collapse file tree 4 files changed +87
-2
lines changed
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 Expand file tree Collapse file tree 4 files changed +87
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments