Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4 packages from gitlab.com/nomadic-labs/data-encoding/-/archive/v1.0.0/data-encoding-v1.0.0.tar.gz #23475

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions packages/data-encoding/data-encoding.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "Nomadic Labs" ]
homepage: "https://gitlab.com/nomadic-labs/data-encoding"
bug-reports: "https://gitlab.com/nomadic-labs/data-encoding/issues"
dev-repo: "git+https://gitlab.com/nomadic-labs/data-encoding.git"
license: "MIT"
depends: [
"ocaml" { >= "4.10" }
"dune" { >= "3.0" }
"ezjsonm" { >= "1.1.0" }
"zarith" {>= "1.4"}
"zarith_stubs_js"
"hex" {>= "1.3.0"}
"json-data-encoding" { = version }
"json-data-encoding-bson" { = version }
"alcotest" { >= "1.0.0" & with-test }
"crowbar" { >= "0.2" & with-test }
"ppx_expect"
"either"
"bigstringaf" { >= "0.6.1" }
"ppx_hash"
"ocamlformat" { = "0.24.1" & with-doc } # not technically a doc dep; modify when with-dev becomes available
"odoc" { with-doc }
"md2mld" { with-test } # not technically a test dep; modify when https://github.com/ocurrent/ocaml-ci/issues/264 is fixed
"js_of_ocaml-compiler" { with-test }
"conf-npm" { with-test }
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Library of JSON and binary encoding combinators"
url {
src:
"https://gitlab.com/nomadic-labs/data-encoding/-/archive/v1.0.0/data-encoding-v1.0.0.tar.gz"
checksum: [
"md5=d15b03873f0ccc333b60bfcdf0595766"
"sha512=0a5355bae421b5d155eeff7ad333cce32cf317b88ac69a07be715ff9a4cd05c8e1715de4917ed8f67789070175654ea3e332a348e586d5005e8772f5672c4a6f"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "2.0"
synopsis: "Type-safe encoding to and decoding from JSON (browser support)"
maintainer: "[email protected]"
authors: [ "Nomadic Labs" "Ocamlpro" ]
homepage: "https://gitlab.com/nomadic-labs/json-data-encoding"
bug-reports: "https://gitlab.com/nomadic-labs/json-data-encoding/issues"
license: "MIT"
dev-repo: "git+https://gitlab.com/nomadic-labs/json-data-encoding"

build: [
["dune" "build" "-j" jobs "-p" name]
]

depends: [
"ocaml" {>= "4.10"}
"dune" {>= "3.0"}
"json-data-encoding" {= version }
"js_of_ocaml" {>= "3.3.0"}
]
url {
src:
"https://gitlab.com/nomadic-labs/data-encoding/-/archive/v1.0.0/data-encoding-v1.0.0.tar.gz"
checksum: [
"md5=d15b03873f0ccc333b60bfcdf0595766"
"sha512=0a5355bae421b5d155eeff7ad333cce32cf317b88ac69a07be715ff9a4cd05c8e1715de4917ed8f67789070175654ea3e332a348e586d5005e8772f5672c4a6f"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "2.0"
synopsis: "Type-safe encoding to and decoding from JSON (bson support)"
maintainer: "[email protected]"
authors: [ "Nomadic Labs" "Ocamlpro" ]
homepage: "https://gitlab.com/nomadic-labs/json-data-encoding"
bug-reports: "https://gitlab.com/nomadic-labs/json-data-encoding/issues"
license: "MIT"
dev-repo: "git+https://gitlab.com/nomadic-labs/json-data-encoding"

build: [
["dune" "build" "-j" jobs "-p" name]
]

depends: [
"ocaml" {>= "4.10"}
"dune" {>= "3.0"}
"json-data-encoding" {= version }
"ocplib-endian" {>= "1.0"}
]
url {
src:
"https://gitlab.com/nomadic-labs/data-encoding/-/archive/v1.0.0/data-encoding-v1.0.0.tar.gz"
checksum: [
"md5=d15b03873f0ccc333b60bfcdf0595766"
"sha512=0a5355bae421b5d155eeff7ad333cce32cf317b88ac69a07be715ff9a4cd05c8e1715de4917ed8f67789070175654ea3e332a348e586d5005e8772f5672c4a6f"
]
}
37 changes: 37 additions & 0 deletions packages/json-data-encoding/json-data-encoding.1.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
opam-version: "2.0"
synopsis: "Type-safe encoding to and decoding from JSON"
maintainer: "[email protected]"
authors: [ "Nomadic Labs" "Ocamlpro" ]
homepage: "https://gitlab.com/nomadic-labs/json-data-encoding"
bug-reports: "https://gitlab.com/nomadic-labs/json-data-encoding/issues"
license: "MIT"
dev-repo: "git+https://gitlab.com/nomadic-labs/json-data-encoding"

build: [
["dune" "build" "-j" jobs "-p" name]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]

depends: [
"ocaml" {>= "4.10"}
"dune" {>= "3.0"}
"uri" {>= "1.9.0" }
"hex" {>= "1.3.0"}
"crowbar" { with-test }
"alcotest" { with-test }
"ocamlformat" { = "0.24.1" & with-doc } # not technically a doc dep; modify when with-dev becomes available
"odoc" { with-doc }
"js_of_ocaml-compiler" { with-test }
"conf-npm" { with-test }
]
conflicts: [
"data-encoding" {!= version}
]
url {
src:
"https://gitlab.com/nomadic-labs/data-encoding/-/archive/v1.0.0/data-encoding-v1.0.0.tar.gz"
checksum: [
"md5=d15b03873f0ccc333b60bfcdf0595766"
"sha512=0a5355bae421b5d155eeff7ad333cce32cf317b88ac69a07be715ff9a4cd05c8e1715de4917ed8f67789070175654ea3e332a348e586d5005e8772f5672c4a6f"
]
}