forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
clingo.json
40 lines (40 loc) · 1.16 KB
/
clingo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"homepage": "https://potassco.org/clingo/",
"version": "5.3.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/potassco/clingo/releases/download/v5.3.0/clingo-5.3.0-win64.zip",
"hash": "d21fafab7846aac4d75e83ff99416beb8f101051dd74a85ee0027333e38d4b78",
"extract_dir": "clingo-5.3.0-win64"
}
},
"bin": [
[
"clingo-python.exe",
"clingo"
],
"clasp.exe",
[
"gringo-python.exe",
"gringo"
],
"reify.exe",
"lpconvert.exe"
],
"checkver": {
"github": "https://github.com/potassco/clingo"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/potassco/clingo/releases/download/v$version/clingo-$version-win64.zip",
"extract_dir": "clingo-$version-win64"
},
"32bit": {
"url": "https://github.com/potassco/clingo/releases/download/v$version/clingo-$version-win32.zip",
"extract_dir": "clingo-$version-win32"
}
}
}
}