libmagic v5.45
- Created
- Updated
This library can be used to classify files according to magic number tests.
# Usage
libmagic provides CMake targets:
find_package(unofficial-libmagic REQUIRED)
target_link_libraries(main PRIVATE unofficial::libmagic::libmagic)
The magic.mgc file can be accessed from the unofficial-libmagic_DICTIONARY variable.
# License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# bzip2
Enable bzip2 support
Host Dependencies:
one transitive dependency:
- vcpkg-cmake (by bzip2 )
# lzma
Enable lzma support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by liblzma )
- vcpkg-cmake-config (by liblzma )
# zlib
Enable zlib support
Host Dependencies:
one transitive dependency:
- vcpkg-cmake (by zlib )
# zstd
Enable zstd support
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by zstd )
- vcpkg-cmake-config (by zstd )
# Dependencies
and one transitive dependency:
getopt-win32 (by getopt )
Platforms:
windows & !mingw
# Host Dependencies
and 2 transitive dependencies:
- vcpkg-cmake (by getopt-win32 )
- vcpkg-cmake-config (by getopt-win32 )
# Dependents
No dependents.
# Host Dependents
# Contributors
- NancyLi1013
- Alexander Neumann
- Long Nguyen
- autoantwort
- Jia Yue Hua
- Theodore Tsirpanis