Skip to content

libxsltv1.1.45

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

Not declared in the port manifest

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

Default features: profiler, thread

#crypto

Build with crypto support

Platforms: !windows
  • linux
  • osx
  • windows
Dependencies:
and one transitive dependency:
Host Dependencies:
3 transitive dependencies:

#plugins

(deprecated)

Platforms: !static
  • linux-dynamic
  • osx-dynamic
  • windows-dynamic
  • linux-static
  • osx-static
  • windows-static
Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#profilerdefault

Build with profiling support

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#python

Builds with python support

Platforms: !windows
  • linux
  • osx
  • windows
Dependencies:
and 11 transitive dependencies:
Host Dependencies:
9 transitive dependencies:

#threaddefault

Enable multi-threading support

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#tools

Build the utilities

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Host Tool For

#Contributors

  • Martin Müller's avatarMartin Müller
  • pravic's avatarpravic
  • NancyLi1013's avatarNancyLi1013
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • Phoebe's avatarPhoebe
  • heydojo's avatarheydojo
  • Robert Schumacher's avatarRobert Schumacher
  • Alexander Neumann's avatarAlexander Neumann
  • Joachim Gehweiler's avatarJoachim Gehweiler
  • Ludek Vodicka's avatarLudek Vodicka
  • pastle-ptc's avatarpastle-ptc
  • Osyotr's avatarOsyotr
  • Kai Pastor's avatarKai Pastor
  • Gordon Smith's avatarGordon Smith
  • Vincent Thiberville's avatarVincent Thiberville
  • gerard-ryan-immersaview's avatargerard-ryan-immersaview
  • Don Olmstead's avatarDon Olmstead
  • autoantwort's avatarautoantwort
  • Kagami Sascha Rosylight's avatarKagami Sascha Rosylight
  • Ivan Sorokin's avatarIvan Sorokin
  • SunBlack's avatarSunBlack

#Changelog

  • 719a34c[libxslt] Update to 1.1.45 (#49120)
  • f75c836[icu] Fix wrapper and pkgconfig files (#46007)
  • d43918b[libxslt] update to 1.1.43 (#45579)
  • b375dba[libxml, libxslt] Match the default features to the upstream default (#44633)
  • 3a31d6b[libxslt] fix feature (#43467)
  • 21692b2[libxslt] Update to v1.1.42 (#42484)
  • 6db51d8[vcpkg_replace_string] warn unchanged by call (#34719)
  • 8308c14[libxslt] do not require default features of libxml2 (#35565)
  • 2f56fda[libpq,libxslt] Update libpq, fix misc issues (#31314)
  • a3d780b[libxslt] Fix static usage (#28786)
Show 24 earlier changes