opam-version: "2.0"
maintainer: "Danny Willems <contact@danny-willems.be>"
authors: "Danny Willems <contact@danny-willems.be>"
homepage: "https://github.com/besport/ocaml-jwt"
bug-reports: "https://github.com/besport/ocaml-jwt/issues"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
dev-repo: "git+https://github.com/besport/ocaml-jwt.git"
build: [make "build"]
install: [make "install"]
remove: [make "remove"]
depends: [
  "ocaml"
  "base64" {>= "2.0.0" & < "3.0.0"}
  "yojson"
  "cryptokit"
  "re"
]
synopsis: "Implementation of JWT in OCaml."
description: "Implementation of JWT in OCaml."
url {
  src: "https://github.com/besport/ocaml-jwt/archive/0.1.zip"
  checksum: "md5=74645dd6cc34e361592bae54588fd297"
}
