libxslt v1.1.42
- Created
- Updated
Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT
# Usage
The package libxslt is compatible with built-in CMake targets:
# xslt library
find_package(LibXslt REQUIRED)
target_link_libraries(main PRIVATE LibXslt::LibXslt)
# exslt library
find_package(LibXslt REQUIRED)
target_link_libraries(main PRIVATE LibXslt::LibExslt)
In order to use modules, you must set environment variable LIBXSLT_PLUGINS_PATH
at runtime.
# License
Unspecified
# Supported Platforms
!uwp
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
Default feature: thread
# crypto
Build with crypto support
Supports: !windows
- ✅ linux
- ✅ osx
- ❌
windows
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by vcpkg-cmake-get-vars )
- vcpkg-cmake-get-vars (by vcpkg-make )
- vcpkg-make (by libgcrypt )
# plugins
(deprecated)
Supports: !static
- ✅ linux-dynamic
- ✅ osx-dynamic
- ✅ windows-dynamic
- ❌
linux-static - ❌
osx-static - ❌
windows-static
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# profiler
Build with profiling support
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# python
Builds with python support
Supports: !windows
- ✅ linux
- ✅ osx
- ❌
windows
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# thread default
Enable multi-threading support
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# tools
Build the utilities
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# Dependencies
libxml2
Features: (none)
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
# Contributors
- Martin Müller
- pravic
- NancyLi1013
- Jack·Boos·Yu
- Phoebe
- heydojo
- Robert Schumacher
- Alexander Neumann
- Joachim Gehweiler
- Ludek Vodicka
- pastle-ptc
- Osyotr
- Kai Pastor
- Gordon Smith
- Vincent Thiberville
- gerard-ryan-immersaview
- Don Olmstead