File tree Expand file tree Collapse file tree 3 files changed +82
-0
lines changed
json-data-encoding-browser/json-data-encoding-browser.0.8
json-data-encoding-bson/json-data-encoding-bson.0.8
json-data-encoding/json-data-encoding.0.8 Expand file tree Collapse file tree 3 files changed +82
-0
lines changed 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+ 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: "LGPLv3 w/ linking exception"
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.03.0"}
16+ "dune" {>= "1.7"}
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/v0.8/json-data-encoding-v0.8.tar.gz"
23+ checksum: [
24+ "md5=24fcb7feb10395eaaf840d1f8ccf162f"
25+ "sha512=f6d2a00008a0cd88bfae2458f56dde8f45c4e209ece9805d3e8d2c74401e4a5f9e12f99d5318f58a30a4579d9c9e9f204a75269c2110bb16a3e1036b2599b7a5"
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+ 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: "LGPLv3 w/ linking exception"
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.03.0"}
16+ "dune" {>= "1.7"}
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/v0.8/json-data-encoding-v0.8.tar.gz"
23+ checksum: [
24+ "md5=24fcb7feb10395eaaf840d1f8ccf162f"
25+ "sha512=f6d2a00008a0cd88bfae2458f56dde8f45c4e209ece9805d3e8d2c74401e4a5f9e12f99d5318f58a30a4579d9c9e9f204a75269c2110bb16a3e1036b2599b7a5"
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+ 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: "LGPLv3 w/ linking exception"
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.03.0"}
17+ "dune" {>= "1.7"}
18+ "uri" {>= "1.9.0" }
19+ "crowbar" { with-test }
20+ ]
21+ url {
22+ src:
23+ "https://gitlab.com/nomadic-labs/json-data-encoding/-/archive/v0.8/json-data-encoding-v0.8.tar.gz"
24+ checksum: [
25+ "md5=24fcb7feb10395eaaf840d1f8ccf162f"
26+ "sha512=f6d2a00008a0cd88bfae2458f56dde8f45c4e209ece9805d3e8d2c74401e4a5f9e12f99d5318f58a30a4579d9c9e9f204a75269c2110bb16a3e1036b2599b7a5"
27+ ]
28+ }
You can’t perform that action at this time.
0 commit comments