Hi everyone!
In Delphi, when I create a component, I need a package (.dpk) to compile and install it. Same way as Lazarus (.lpk).
Delphi's package output is a binary file (.bpl) that can be installed by itself, without needing of it sources, that means that I can deploy Delphi components without it sources.
Is there a way to do the same with Lazarus, ie, deploy Lazarus components without it sources?
Thanx!