Webfinger in OCaml via RFC7033
0
fork

Configure Feed

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

metadata

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