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.07.0"}
  "base64" {>= "3.0.0"}
  "dune" {>= "1.11"}
  "mirage-crypto" {>= "0.6.0" & <= "0.7.0"}
  "x509" {>= "0.10.0"}
  "cstruct" {>= "4.0.0"}
  "astring"
  "yojson"
  "zarith"
  "containers" {with-test}
  "bisect_ppx" {with-test}
  "alcotest" {with-test}
  "junit" {with-test}
  "junit_alcotest" {with-test}
  "lwt" {with-test}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "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.2.0/jose-v0.2.0.tbz"
  checksum: [
    "sha256=1549cd3371d15177830b0c30fa3700dd587985300973e7a95a7335a6712bf553"
    "sha512=038be2bba7f67d57ed70551a33266002ff4cafaf35a51e1019757f0622933b4b9b7d5cef68b7021a1de132e0ad3ba8d1253dfb68ddae735038a5ff2b6f98cea9"
  ]
}
