On Friday, 19 February 2021 at 19:20:39 UTC, tcak wrote:
Is there any way to include http(s) based modules into compilation (Please do not suggest dub etc)?
No, the compiler only looks for modules on the filesystem via standard file paths, not via URI. There isn't any tool in the D ecosystem that would enable that.