this repo has no description
0
fork

Configure Feed

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

conf-liblz4: Support Ubuntu-derivatives and FreeBSD

+2
+2
packages/conf-liblz4/conf-liblz4.1/opam
··· 8 8 depends: ["conf-pkg-config" {build}] 9 9 depexts: [ 10 10 ["liblz4-dev"] {os-family = "debian"} 11 + ["liblz4-dev"] {os-family = "ubuntu"} 11 12 ["lz4-devel"] {os-distribution = "centos"} 12 13 ["lz4-devel"] {os-distribution = "rhel"} 13 14 ["lz4-devel"] {os-distribution = "fedora"} ··· 16 17 ["liblz4-devel"] {os-family = "suse" | os-family = "opensuse"} 17 18 ["lz4"] {os = "macos" & os-distribution = "homebrew"} 18 19 ["lz4"] {os = "win32" & os-distribution = "cygwinports"} 20 + ["liblz4"] {os = "freebsd"} 19 21 ] 20 22 synopsis: "Virtual package relying on liblz4 system installation" 21 23 flags: conf