this repo has no description
0
fork

Configure Feed

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

conf-mysql: fix client version on FreeBSD

+2 -1
+2 -1
packages/conf-mysql/conf-mysql.1/opam
··· 15 15 ["mysql-devel"] {os-distribution = "centos"} 16 16 ["mysql"] {os = "macos" & os-distribution = "homebrew"} 17 17 ["mariadb-dev"] {os-distribution = "alpine"} 18 - ["mysql57-client"] {os = "freebsd"} 18 + ["mysql80-client"] {os = "freebsd" & os-version >= "13"} 19 + ["mysql57-client"] {os = "freebsd" & os-version < "13"} 19 20 ] 20 21 synopsis: "Virtual package relying on a libmysqlclient system installation" 21 22 description: