this repo has no description
0
fork

Configure Feed

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

conf-libmaxminddb: add support for Ubuntu derivatives

+1 -1
+1 -1
packages/conf-libmaxminddb/conf-libmaxminddb.1/opam
··· 11 11 build: [["pkg-config" "libmaxminddb"]] 12 12 depends: ["conf-pkg-config" {build}] 13 13 depexts: [ 14 - ["libmaxminddb-dev"] {os-family = "debian"} 14 + ["libmaxminddb-dev"] {os-family = "debian" | os-family = "ubuntu"} 15 15 ["net/libmaxminddb"] {os = "freebsd"} 16 16 ["libmaxminddb"] {os-distribution = "homebrew" & os = "macos"} 17 17 ["libmaxminddb-dev"] {os-distribution = "alpine"}