ssll - simple shared library loader

user1234 user1234 at 1234.de
Mon Jan 6 08:24:31 UTC 2020


On Sunday, 5 January 2020 at 23:23:48 UTC, Oleg B wrote:
> It's analog of bindbc, but without need write boilerplate code.
> May be bindbc is designed for another cases, but I don't 
> understand need writing triple definition for one function 
> (pointer, loading, wrap-function).
> ssll betterC compatible too, and tested on windows (x86) and 
> linux (x86, ARM).
>
> package: http://code.dlang.org/packages/ssll
> github: https://github.com/deviator/ssll
>
> Example usage:
>
> Mosquitto binding and wrapper
> https://github.com/deviator/mosquittod/blob/master/source/mosquittod/api/load.d
>
> libsystemd binding
> https://github.com/deviator/sdutil/blob/master/source/systemd/daemon.d
>
> I think somebody can find it handy.

Nice, I like this project and how it solves the problem stated, 
i.e the 3 versions.


More information about the Digitalmars-d-announce mailing list