[Dar-news] D bindings for LibDAR
For full, incremental, compressed and encrypted backups or archives
Brought to you by:
edrusb
|
From: Dejan L. <dej...@gm...> - 2025-12-06 00:09:01
|
Dear all I have just pushed my D (programming language) bindings for your excellent LibDAR library to my Codebeg repository. Main location for the D package is here: https://codeberg.org/ddn/ddn-lib-dar (not GitLab - that is just a mirror). As you can see from the README.md file, and from examples, using libdar from D is as simple as adding the "ddn-lib-dar" package as dependency. As I have the 2.8.1 version of libdar on my Fedora box, I tagged the release of the package to match the version of libdar I used for testing and development. Considering that libdar is licensed under GPL, my project is also licensed under the same license. Originally I planned to release it under BSD-3-Clause, but then I realised libdar is GPL, which is absolutely fine with me. I do not use libdar for anything serious - just for a small hobby project of mine. My libdar based D project uses a tiny subset of libdar features so I am afraid I did not thoroughly test many things. Binding has pretty good test coverage. I believe there are over 70 unittests. I do believe D binding has reached maturity level that should be sufficient for a more serious use. Feel free to give it a try and let me know what you think. -- Dejan Lekic http://dejan.lekic.org |