clerk

Santiago Cabrera 2025-07-21T17:17:38.110719Z

Hello, what's the recommended way to use clerk to explain a library, but not include it as a dependency? I tried https://github.com/nextjournal/clerkless, but it doesn't comply with the full clerk api, like https://github.com/nextjournal/clerk/blob/main/src/nextjournal/clerk.clj#L365.

mkvlr 2025-07-21T17:31:24.364099Z

hey, just haven’t updated clerkless, should be an easy fix

mkvlr 2025-07-21T17:31:59.289779Z

another way would be to only use clerk‘s metadata api

mkvlr 2025-07-21T17:33:10.591619Z

if you could share a link to your usage of clerk in your library I could take a look and tell you if that’s feasible

Santiago Cabrera 2025-07-21T17:44:44.726699Z

Right now is pretty simple usage. Updating clerkless would be enough. I didn't think of using only metadata, I'll go with that approach for now. Thanks!

👍 2