XDG library path support for OCaml via Eio capabilities
0
fork

Configure Feed

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

xdge: declare explicit source stanza

xdge gets an explicit (source (tangled anil.recoil.org/xdge)): the
upstream lives in Anil's namespace, the fork in this monorepo is
pushed to gazagnaire.org/xdge via sources.toml. The monopam lint now
matches the dune-project source against either side of the fork
configuration, so both halves agree.

+5 -2
+5 -2
dune-project
··· 1 1 (lang dune 3.21) 2 + (using mdx 0.4) 2 3 3 4 (name xdge) 4 5 ··· 6 7 7 8 (license ISC) 8 9 (authors "Anil Madhavapeddy") 9 - (homepage "https://tangled.sh/@anil.recoil.org/xdge") 10 + (source (tangled anil.recoil.org/xdge)) 11 + (homepage "https://tangled.org/anil.recoil.org/xdge") 10 12 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.sh/@anil.recoil.org/xdge/issues") 13 + (bug_reports "https://tangled.org/anil.recoil.org/xdge/issues") 12 14 (maintenance_intent "(latest)") 13 15 14 16 (package ··· 29 31 xdg 30 32 (eio_main :with-test) 31 33 (odoc :with-doc) 34 + (mdx :with-test) 32 35 (alcotest (and :with-test (>= 1.7.0)))))