this repo has no description
1opam-version: "2.0"
2maintainer: "Danny Willems <contact@danny-willems.be>"
3authors: "Danny Willems <contact@danny-willems.be>"
4homepage: "https://github.com/besport/ocaml-jwt"
5bug-reports: "https://github.com/besport/ocaml-jwt/issues"
6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
7dev-repo: "git+https://github.com/besport/ocaml-jwt.git"
8build: [make "build"]
9install: [make "install"]
10remove: [make "remove"]
11depends: [
12 "ocaml"
13 "base64" {>= "2.0.0" & < "3.0.0"}
14 "yojson" {< "2.0.0"}
15 "cryptokit"
16 "re"
17]
18synopsis: "Implementation of JWT in OCaml."
19description: "Implementation of JWT in OCaml."
20url {
21 src: "https://github.com/besport/ocaml-jwt/archive/0.1.zip"
22 checksum: [
23 "sha256=bd683a875dc2d0e9ff335596709a3a4857a83125bbc54406bbe4c76185d98379"
24 "md5=74645dd6cc34e361592bae54588fd297"
25 ]
26}