Skip to content

Commit ae14a4e

Browse files
3 packages from gitlab.com/nomadic-labs/json-data-encoding/-/archive/v0.8/json-data-encoding-v0.8.tar.gz
1 parent 203e326 commit ae14a4e

File tree

3 files changed

+82
-0
lines changed
  • packages
    • 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

3 files changed

+82
-0
lines changed
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: "[email protected]"
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+
}
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: "[email protected]"
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+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
opam-version: "2.0"
2+
synopsis: "Type-safe encoding to and decoding from JSON"
3+
maintainer: "[email protected]"
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+
}

0 commit comments

Comments
 (0)