Matrix protocol in OCaml, Eio specialised
1
fork

Configure Feed

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

metadata

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