opam-version: "2.0"
synopsis: "JWT encoding, decoding and verification"
authors: "Sebastian Porto"
maintainer: "Sebastian Porto <s@porto5.com>"
license: "MIT"
homepage: "https://github.com/sporto/jwto"
bug-reports: "https://github.com/sporto/jwto"
dev-repo: "git://github.com/sporto/jwto"

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

depends: [
  "ocaml" {>= "4.05"}
  "dune" {>= "1.7"}
  "alcotest" {with-test}
  "cryptokit" {>= "1.10"}
  "fmt" {>= "0.8"}
  "yojson" {>= "1.6"}
  "base64" {>= "3.1"}
  "re" {>= "1.8"}
  "ppx_deriving" {>= "4.2"}
]
url {
  src: "https://github.com/sporto/jwto/archive/0.2.1.tar.gz"
  checksum: [
    "md5=8812b0b700b58ce7b8c885c461878f80"
    "sha512=13b61cb5412689f33f6ae0fd3908aeb2c2e12a0d75477ffe17ab966c79e65da577d998c489cc4f0ff159499ea662bf901487858d90592a3782b21c23be65bd1c"
  ]
}
