{
    "description": "Check the NASM version",
    "target": [
	{ "option": "-v", "stdout": "_version.stdout",
	  "filter": {
	      "match": "(compiled on )\\S.*$",
	      "subst": "\\1?"
	  }
	}
    ],
    "update": false
}
