this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

conf-libmagic: add support for Arch and Ubuntu derivatives

+3 -1
+3 -1
packages/conf-libmagic/conf-libmagic.1/opam
··· 4 4 homepage: "https://github.com/file/file" 5 5 license: "MIT" 6 6 depexts: [ 7 + ["file"] {os-distribution = "arch"} 7 8 ["file-dev"] {os-distribution = "alpine"} 8 9 ["file-devel"] {os-distribution = "centos"} 9 10 ["file-devel"] {os-distribution = "fedora"} 10 11 ["file-devel"] {os-family = "suse" | os-family = "opensuse"} 11 - ["libmagic-dev"] {os-family = "debian"} 12 + ["libmagic-dev"] {os-family = "debian" | os-family = "ubuntu"} 12 13 ["libmagic"] {os = "macos" & os-distribution = "homebrew"} 14 + # Comes with FreeBSD's base system in contrib/file 13 15 ] 14 16 synopsis: "Virtual package relying on a libmagic system installation" 15 17 description: