{ "name": "Jemalloc", "description": "malloc implementation emphasizing fragmentation avoidance", "url": "https://github.com/jemalloc/jemalloc/releases/download/5.2.0/jemalloc-5.2.0.tar.bz2", "mirror": null, "homepage": "http://jemalloc.net/", "depends": [ { "depend": "autoconf", "build-depend": true }, { "depend": "docbook-xsl", "build-depend": true } ], "resource": [], "conflicts": [], "patches": [], "install": [ "args = %W[", "--disable-debug", "--prefix=#{prefix}", "--with-jemalloc-prefix=", "]", "if build.head?", "args << \"--with-xslroot=#{Formula[\"docbook-xsl\"].opt_prefix}/docbook-xsl\"", "system \"./autogen.sh\", *args", "system \"make\", \"dist\"", "else", "system \"./configure\", *args", "end", "system \"make\"", "system \"make\", \"check\"", "system \"make\", \"install\"" ], "version": "5.2.0", "file": "jemalloc.rb" }