Summary
A mid-level client library for the MySQL database, intended to be fast and easy to use. /Important licensing note/: This library is BSD-licensed under the terms of the MySQL FOSS License Exception <http://www.mysql.com/about/legal/licensing/foss-exception/>. Since this library links against the GPL-licensed @mysqlclient@ library, a non-open-source application that uses it /may/ be subject to the terms of the GPL.
Versions
v0.4.5 :: 0/0.4.5 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~x86
- USE flags
- debug doc hscolour profile test
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
Dependencies
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / base16-bytestring : Fast base16 (hex) encoding and decoding for ByteStrings
dev-haskell / blaze-builder : Efficient buffered output
dev-haskell / blaze-textual : Fast rendering of common datatypes
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / hspec : A Testing Framework for Haskell
dev-haskell / mysql : A low-level MySQL client library
dev-haskell / old-locale : locale library
dev-haskell / pcre-light : Portable regex library for Perl 5 compatible regular expressions
dev-haskell / semigroups : Anything that associates
dev-haskell / text : An efficient packed Unicode text type
Runtime Dependencies
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / base16-bytestring : Fast base16 (hex) encoding and decoding for ByteStrings
dev-haskell / blaze-builder : Efficient buffered output
dev-haskell / blaze-textual : Fast rendering of common datatypes
dev-haskell / mysql : A low-level MySQL client library
dev-haskell / old-locale : locale library
dev-haskell / pcre-light : Portable regex library for Perl 5 compatible regular expressions
dev-haskell / semigroups : Anything that associates
dev-haskell / text : An efficient packed Unicode text type
Depending packages
dev-haskell / esqueleto : Type-safe EDSL for SQL queries on persistent backends
dev-haskell / persistent-mysql : Backend for the persistent library using MySQL database server
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/mysql-simple: new package, a depend of esqueleto-3.3
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>