this repo has no description

[new release] jose (0.7.0) (#21107)

* [new release] jose (0.7.0)

CHANGES:

- Remove print statements that was used for debugging (by @phongphan)
- Make things safer by default, `of_string` will now return result, etc (by @anmonteiro)
- Fix deprecation warnings in libraries (by @anmonteiro)

* jose.0.7.0: fix yojson bound (uses Yojson.Safe.t)

* Cstruct.length was introduced in 6.0.0

* I don't think we're using `result`

* Apparently this is needed anyway

* Update packages/jose/jose.0.7.0/opam

* Update packages/jose/jose.0.7.0/opam

* Jose 0.7.0: Jose actually uses rresult transitively

* jose.0.7.0: the rresult used is an internal version

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+57
packages
jose
jose.0.7.0
+57
packages/jose/jose.0.7.0/opam
···
···
+
opam-version: "2.0"
+
synopsis: "JOSE implementation for OCaml and ReasonML"
+
description:
+
"JavaScript Object Signing and Encryption built ontop of pure OCaml libs"
+
maintainer: ["ulrik.strid@outlook.com"]
+
authors: ["Ulrik Strid"]
+
license: "MIT"
+
homepage: "https://ulrikstrid.github.io/reason-jose"
+
doc: "https://ulrikstrid.github.io/reason-jose"
+
bug-reports: "https://github.com/ulrikstrid/reason-jose/issues"
+
depends: [
+
"ocaml" {>= "4.08.0"}
+
"base64" {>= "3.0.0"}
+
"dune" {>= "2.8" & >= "1.11"}
+
"eqaf" {>= "0.7"}
+
"mirage-crypto" {>= "0.10.0"}
+
"x509" {>= "0.13.0"}
+
"cstruct" {>= "6.0.0"}
+
"astring"
+
"yojson" {>= "1.6.0"}
+
"zarith"
+
"containers" {with-test}
+
"bisect_ppx" {with-test}
+
"alcotest" {with-test}
+
"junit" {with-test}
+
"junit_alcotest" {with-test}
+
"lwt" {with-test}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"result" {< "1.5"}
+
"rresult"
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ulrikstrid/reason-jose.git"
+
url {
+
src:
+
"https://github.com/ulrikstrid/reason-jose/releases/download/v0.7.0/jose-v0.7.0.tbz"
+
checksum: [
+
"sha256=d831a77f805a49278ccff8b8509f95d68e71c1ffdd4eda89f909a6ff99c2248c"
+
"sha512=d3e17de49251a7d16847b41f7d1ec667ad5c71b0b805d8c7f1141951c8104e24b09aa5252682bec159dad849f41aac5b0b2780ba006bb9b3ce8ce2c2cd924e30"
+
]
+
}
+
x-commit-hash: "07045dbede43e36ea07a499d4d3e5a40873e55f0"