Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{
2 "libcutensor": {
3 "linux-ppc64le": {
4 "outputs": {
5 "bin": false,
6 "dev": true,
7 "doc": false,
8 "lib": true,
9 "sample": false,
10 "static": true
11 }
12 },
13 "linux-sbsa": {
14 "outputs": {
15 "bin": false,
16 "dev": true,
17 "doc": false,
18 "lib": true,
19 "sample": false,
20 "static": true
21 }
22 },
23 "linux-x86_64": {
24 "outputs": {
25 "bin": false,
26 "dev": true,
27 "doc": false,
28 "lib": true,
29 "sample": false,
30 "static": true
31 }
32 },
33 "windows-x86_64": {
34 "outputs": {
35 "bin": false,
36 "dev": true,
37 "doc": false,
38 "lib": false,
39 "sample": false,
40 "static": false
41 }
42 }
43 }
44}