1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-28 13:11:00 +01:00
nix/src/libutil-c
Sergei Zimmerman 0db2b8c8fe
Revert "meson: add soversion to libraries (#13960)"
This reverts commit bdbc739d6e.

Such a change needs more thought put into it. By versioning
shared libraries we'd make a false impression that libraries
themselves are actually versioned and have some sort of stable
ABI, which is not the case.

This will be useful when C bindings become stable, but as long
as they are experimental it does not make sense to set SONAME.

Also this change should not have been backported, since it's
severely breaking.
2025-09-12 20:43:34 +03:00
..
.version Build nix-util-c with meson and unit test 2024-06-25 21:35:23 +02:00
meson.build Revert "meson: add soversion to libraries (#13960)" 2025-09-12 20:43:34 +03:00
meson.options Build nix-util-c with meson and unit test 2024-06-25 21:35:23 +02:00
nix-meson-build-support rename: build-utils-meson -> nix-meson-build-support 2024-12-09 16:54:42 +01:00
nix_api_util.cc More extern "C" for FFI 2025-09-03 22:50:42 +02:00
nix_api_util.h C API: typo 2024-12-14 17:25:40 +00:00
nix_api_util_internal.h More extern "C" for FFI 2025-09-03 22:50:42 +02:00
package.nix Write just ./.version on all components 2025-02-18 11:41:35 +01:00