summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-04-05 10:30:58 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-04-05 17:53:59 +0300
commit72e7f011b29998d8a3e15eb5b381ef962af5fe5b (patch)
tree9fd87a0c6f545552849f466b20d3969a21e21e15 /README
parent4e0bcdb33411afb02d60b72cbffa278344a572a6 (diff)
Upgrade to 8.0.15
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 0 insertions, 21 deletions
diff --git a/README b/README
deleted file mode 100644
index f7f87c5..0000000
--- a/README
+++ /dev/null
@@ -1,21 +0,0 @@
-MySQL is a relational SQL database management system with libmysqlclient being
-its C client library. Applications can use this library to pass queries to
-MySQL database servers and to receive the results of those queries using the C
-programming language. For more information see:
-
-https://www.mysql.com
-
-This package contains the original libmysqlclient library source code overlaid
-with the build2-based build system and packaged for the build2 package manager
-(bpkg).
-
-See the INSTALL file for the prerequisites and installation instructions.
-
-Send questions, bug reports, or any other feedback about the library itself to
-the MySQL mailing lists. Send build system and packaging-related feedback to
-the packaging@build2.org mailing list (see https://lists.build2.org for posting
-guidelines, etc).
-
-The packaging of libmysqlclient for build2 is tracked in a Git repository at:
-
-https://git.build2.org/cgit/packaging/mysql/