Update to version3
{ | ||
"name": "dimacs", | ||
"version": "0.0.1", | ||
"author": "Sven Hueser, Michael Hanus <mh@informatik.uni-kiel.de>", | ||
"maintainer": "Michael Hanus <mh@informatik.uni-kiel.de>", | ||
"synopsis": "An interface to SAT solvers supporting DIMACS.", | ||
"category": [ "Constraints", "Verification" ], | ||
"license": "BSD-3-Clause", | ||
"licenseFile": "LICENSE", | ||
"dependencies": { | ||
}, | ||
"compilerCompatibility": { | ||
"pakcs": ">= 1.14.0, < 2.0.0", | ||
"kics2": ">= 0.5.0, < 2.0.0" | ||
}, | ||
"exportedModules": [ "Dimacs.Types", "Dimacs.Build", "Dimacs.Solver" ], | ||
"source": { | ||
"git": "https://git.ps.informatik.uni-kiel.de/curry-packages/dimacs.git", | ||
"tag": "$version" | ||
} | ||
"name": "dimacs", | ||
"version": "3.0.0", | ||
"author": "Sven Hueser, Michael Hanus <mh@informatik.uni-kiel.de>", | ||
"maintainer": "Michael Hanus <mh@informatik.uni-kiel.de>", | ||
"synopsis": "An interface to SAT solvers supporting DIMACS.", | ||
"category": [ "Constraints", "Verification" ], | ||
"license": "BSD-3-Clause", | ||
"licenseFile": "LICENSE", | ||
"dependencies": { | ||
"base" : ">= 3.0.0, < 4.0.0", | ||
"io-extra" : ">= 3.0.0, < 4.0.0", | ||
"wl-pprint": ">= 3.0.0, < 4.0.0" | ||
}, | ||
"exportedModules": [ "Dimacs.Types", "Dimacs.Build", "Dimacs.Solver" ], | ||
"testsuite": { | ||
"src-dir": "examples", | ||
"modules": [ "Simple" ] | ||
}, | ||
"source": { | ||
"git": "https://git.ps.informatik.uni-kiel.de/curry-packages/dimacs.git", | ||
"tag": "$version" | ||
} | ||
} |
Please register or sign in to comment