{ "name": "Mysqlxx", "description": "C++ wrapper for MySQL", "url": "https://tangentsoft.com/mysqlpp/releases/mysql++-3.2.3.tar.gz", "mirror": null, "homepage": "https://tangentsoft.com/mysqlpp/home", "depends": [ { "depend": "mysql-client", "build-depend": false } ], "resource": [], "conflicts": [], "patches": [], "install": [ "mysql = Formula[\"mysql-client\"]", "system \"./configure\", \"--disable-dependency-tracking\",", "\"--prefix=#{prefix}\",", "\"--with-field-limit=40\",", "\"--with-mysql-lib=#{mysql.opt_lib}\",", "\"--with-mysql-include=#{mysql.opt_include}/mysql\"", "system \"make\", \"install\"" ], "version": "3.2.3", "file": "mysql++.rb" }