Skip to Content

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

Dependencies:

No transitive dependencies.

Host Dependencies:
one transitive dependency:

# lzma

Enable lzma support

Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

# zlib

Enable zlib support

Dependencies:

No transitive dependencies.

Host Dependencies:
one transitive dependency:

# zstd

Enable zstd support

Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

# Dependencies

  • dirent

    Platforms: windows

  • getopt

    Platforms: windows

  • tre

    Platforms: windows | mingw

and one transitive dependency:

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

# Contributors

  • NancyLi1013's avatar NancyLi1013
  • Alexander Neumann's avatar Alexander Neumann
  • Long Nguyen's avatar Long Nguyen
  • autoantwort's avatar autoantwort
  • Jia Yue Hua's avatar Jia Yue Hua
  • Theodore Tsirpanis's avatar Theodore Tsirpanis

# Changelog

# Source