Package libpsl-native: Information

  • Default inline alert: Version in the repository: 7.4.0-alt1

Source package: libpsl-native
Version: 7.2.0-alt1
Latest version according to Repology
Build time:  Feb 13, 2022, 02:27 PM in the task #295289
Category: Other
Report package bug
License: MIT
Summary: PowerShell Native library
Description: 
This library provides functionality missing from .NET Core via system calls,
that are called from from the CorePsPlatform.cs file of PowerShell.
The method to do this is a Platform Invoke,
which is C#'s Foreign Function Interface to C code (and C++ by way of extern C).

List of rpms provided by this srpm:
libpsl-native (x86_64, aarch64)
libpsl-native-debuginfo (x86_64, aarch64)

Maintainer: Vitaly Lipatov

List of contributors:
Vitaly Lipatov

ACL:
Vitaly Lipatov
@everybody

    1. cmake
    2. ctest
    3. libgtest-devel
    4. rpm-macros-cmake
    5. rpm-macros-dotnet
    6. gcc-c++

Last changed


Feb. 13, 2022 Vitaly Lipatov 7.2.0-alt1
- new version 7.2.0 (with rpmrb script)
- fix build with GTest
Feb. 13, 2022 Vitaly Lipatov 7.1.0-alt2
- more compatibility with old GTest
Sept. 1, 2021 Vitaly Lipatov 7.1.0-alt2
- use optflags+optflags_shared instead of embedded cflags