{
    "name": "Csmith",
    "description": "Generates random C programs conforming to the C99 standard",
    "url": "https://embed.cs.utah.edu/csmith/csmith-2.3.0.tar.gz",
    "mirror": null,
    "homepage": "https://embed.cs.utah.edu/csmith/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\"",
        "mv \"#{bin}/compiler_test.in\", share",
        "(include/\"csmith-#{version}/runtime\").install Dir[\"runtime/*.h\"]"
    ],
    "version": "2.3.0",
    "file": "csmith.rb"
}