opam-version: "2.0" maintainer: "Danny Willems " authors: "Danny Willems " 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" {< "2.0.0"} "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: [ "sha256=bd683a875dc2d0e9ff335596709a3a4857a83125bbc54406bbe4c76185d98379" "md5=74645dd6cc34e361592bae54588fd297" ] }