JSON web tokens in OCaml
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

metadata

+4 -4
+2 -2
dune-project
··· 8 8 9 9 (authors "Anil Madhavapeddy") 10 10 11 - (homepage "https://tangled.org/@anil.recoil.org/ocaml-jsonwt") 11 + (homepage "https://tangled.org/anil.recoil.org/ocaml-jsonwt") 12 12 13 13 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 14 14 15 - (bug_reports "https://tangled.org/@anil.recoil.org/ocaml-jsonwt/issues") 15 + (bug_reports "https://tangled.org/anil.recoil.org/ocaml-jsonwt/issues") 16 16 17 17 (maintenance_intent "(latest)") 18 18
+2 -2
jsonwt.opam
··· 10 10 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 11 11 authors: ["Anil Madhavapeddy"] 12 12 license: "ISC" 13 - homepage: "https://tangled.org/@anil.recoil.org/ocaml-jsonwt" 14 - bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-jsonwt/issues" 13 + homepage: "https://tangled.org/anil.recoil.org/ocaml-jsonwt" 14 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-jsonwt/issues" 15 15 depends: [ 16 16 "dune" {>= "3.20"} 17 17 "ocaml" {>= "5.1"}