12 lines
295 B
TOML
12 lines
295 B
TOML
description = "Recognize the type of data in a file using 'magic' numbers"
|
|
name = "libmagic"
|
|
|
|
maintainers = ["Stephane Carrez <Stephane.Carrez@gmail.com>"]
|
|
maintainers-logins = ["stcarrez"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["libmagic-dev"]
|