mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
44a331ac33
Other changes: - switch derivation to finalAttrs pattern
17 lines
535 B
Plaintext
17 lines
535 B
Plaintext
{
|
|
"id": "org.gecode.gecode",
|
|
"name": "Gecode",
|
|
"description": "Gecode FlatZinc executable",
|
|
"version": "VERSION-WILL-BE-REPLACED-BY-JQ",
|
|
"mznlib": "MZNLIB-WILL-BE-REPLACED-BY-JQ",
|
|
"executable": "FZN_GECODE-WILL-BE-REPLACED-BY-JQ",
|
|
"tags": ["cp","int", "float", "set", "restart"],
|
|
"stdFlags": ["-a","-f","-n","-p","-r","-s","-t"],
|
|
"supportsMzn": false,
|
|
"supportsFzn": true,
|
|
"needsSolns2Out": true,
|
|
"needsMznExecutable": false,
|
|
"needsStdlibDir": false,
|
|
"isGUIApplication": false
|
|
}
|