-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Virtual package relying on a libmariadbclient system installation. | ||
This package can only install if the libmariadbclient is installed on the system. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
opam-version: "1.2" | ||
maintainer: "ygrek" | ||
authors: ["MariaDB Foundation"] | ||
homepage: "https://mariadb.org/" | ||
bug-reports: "https://jira.mariadb.org/projects/MDEV/issues" | ||
dev-repo: "https://github.com/MariaDB/server.git" | ||
license: "GPL2" | ||
build: [["mysql_config" "--include"]] | ||
depexts: [ | ||
[["debian"] ["libmariadbclient-dev"]] | ||
[["ubuntu"] ["libmariadbclient-dev"]] | ||
[["centos"] ["mariadb-devel"]] | ||
[["osx" "homebrew"] ["mariadb-connector-c"]] | ||
[["alpine"] ["mariadb-dev"]] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,5 +22,5 @@ remove: [ | |
] | ||
depends: [ | ||
"ocamlfind" {build} | ||
"conf-mysql" | ||
("conf-mysql" | "conf-mariadb") | ||
] |