summaryrefslogtreecommitdiff
path: root/Biz/Bild/Sources.json
blob: 874e9a5310ed8b7f93e9db74bc857989efb402e4 (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
    "clay": {
        "branch": "master",
        "description": "A CSS preprocessor as embedded Haskell.",
        "homepage": "",
        "owner": "sebastiaanvisser",
        "repo": "clay",
        "rev": "dcc4fc6d8b55af4814bd3f9bbb6d32e2fa2751a8",
        "sha256": "1dm71z1q7yaq0kl2yb0vr0lsbd8byq5qkdb2kvr26jq48nfq2xdc",
        "type": "tarball",
        "url": "https://github.com/sebastiaanvisser/clay/archive/dcc4fc6d8b55af4814bd3f9bbb6d32e2fa2751a8.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
        "version": "cc7729b1b42a79e261091ff7835f7fc2a7ae3cee"
    },
    "docopt": {
        "branch": "master",
        "description": "A command-line interface description language and parser that will make you smile",
        "homepage": "http://docopt.org/",
        "owner": "docopt",
        "repo": "docopt.hs",
        "rev": "cdd32227eaff46fb57330ced96d5c290cbd9e035",
        "sha256": "1nfbm7fpmk522n58d52m44y86a7z4nm6gc3m3gc1hb3wac6vmffc",
        "type": "tarball",
        "url": "https://github.com/docopt/docopt.hs/archive/cdd32227eaff46fb57330ced96d5c290cbd9e035.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    },
    "exllama": {
        "branch": "master",
        "description": "A more memory-efficient rewrite of the HF transformers implementation of Llama for use with quantized weights.",
        "homepage": null,
        "owner": "jllllll",
        "repo": "exllama",
        "rev": "3ddf3bd39bdff330623f3740cda4ae1537ef86d9",
        "sha256": "0g87xm71jmw5bl4ya5dbk72fghhhwvrjqspaayq7zass16jixr1d",
        "type": "tarball",
        "url": "https://github.com/jllllll/exllama/archive/3ddf3bd39bdff330623f3740cda4ae1537ef86d9.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    },
    "ghc-exactprint": {
        "branch": "master",
        "description": "GHC version of haskell-src-exts exactPrint",
        "homepage": null,
        "owner": "alanz",
        "repo": "ghc-exactprint",
        "rev": "3e70715a756c46761a3a6a086a6be5dee4e60d22",
        "sha256": "1mhmk1555n7qr25iwbm8kbjs24c9j0q01j4m2kmz6zh7r1gjayxs",
        "type": "tarball",
        "url": "https://github.com/alanz/ghc-exactprint/archive/3e70715a756c46761a3a6a086a6be5dee4e60d22.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
        "version": "0.6.3.4"
    },
    "guix": {
        "branch": "master",
        "repo": "https://git.savannah.gnu.org/git/guix.git",
        "rev": "a25e0518954b48753ff44ad116d0a6fb47dfb6cb",
        "type": "git",
        "version": "2021-06-14-unstable"
    },
    "inspekt3d": {
        "branch": "master",
        "sha256": "0lan6930g5a9z4ack9jj0zdd0mb2s6q2xzpiwcjdc3pvl9b1nbw4",
        "type": "tarball",
        "url": "https://gitlab.com/kavalogic-inc/inspekt3d/-/archive/703f52ccbfedad2bf5240bf8183d1b573c9d54ef/inspekt3d-703f52ccbfedad2bf5240bf8183d1b573c9d54ef.tar.gz",
        "url_template": "https://gitlab.com/kavalogic-inc/inspekt3d/-/archive/<version>/inspekt3d-<version>.tar.gz",
        "version": "703f52ccbfedad2bf5240bf8183d1b573c9d54ef"
    },
    "interegular": {
        "branch": "master",
        "description": "Allows to check regexes for overlaps. Based on greenery by @qntm.",
        "homepage": null,
        "owner": "MegaIng",
        "repo": "interegular",
        "rev": "v0.2.1",
        "sha256": "14f3jvnczq6qay2qp4rxchbdhkj00qs8kpacl0nrxgr0785km36k",
        "type": "tarball",
        "url": "https://github.com/MegaIng/interegular/archive/v0.2.1.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    },
    "llama-cpp": {
        "branch": "master",
        "description": "Port of Facebook's LLaMA model in C/C++",
        "homepage": null,
        "owner": "ggerganov",
        "repo": "llama.cpp",
        "rev": "e59fcb2bc129881f4a269fee748fb38bce0a64de",
        "sha256": "18171pv8ymgkvv2q3y8f6l64sm9dmpa0w7yqipzhdxx2n9m1x6ln",
        "type": "tarball",
        "url": "https://github.com/ggerganov/llama.cpp/archive/e59fcb2bc129881f4a269fee748fb38bce0a64de.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    },
    "niv": {
        "branch": "master",
        "description": "Easy dependency management for Nix projects",
        "homepage": "https://github.com/nmattia/niv",
        "owner": "nmattia",
        "repo": "niv",
        "rev": "82e5cd1ad3c387863f0545d7591512e76ab0fc41",
        "sha256": "090l219mzc0gi33i3psgph6s2pwsc8qy4lyrqjdj4qzkvmaj65a7",
        "type": "tarball",
        "url": "https://github.com/nmattia/niv/archive/82e5cd1ad3c387863f0545d7591512e76ab0fc41.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    },
    "nixos-mailserver": {
        "repo": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver",
        "rev": "f535d8123c4761b2ed8138f3d202ea710a334a1d",
        "sha256": "0csx2i8p7gbis0n5aqpm57z5f9cd8n9yabq04bg1h4mkfcf7mpl6",
        "type": "tarball",
        "url": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/f535d8123c4761b2ed8138f3d202ea710a334a1d/nixos-mailserver-f535d8123c4761b2ed8138f3d202ea710a334a1d.tar.gz",
        "url_template": "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/archive/<rev>/nixos-mailserver-<rev>.tar.gz",
        "version": "master"
    },
    "nixpkgs": {
        "branch": "nixos-23.05",
        "description": "Nix Packages collection",
        "homepage": "https://github.com/nixos/nixpkgs",
        "name": "nixpkgs",
        "owner": "nixos",
        "repo": "nixpkgs",
        "rev": "3e10c80821dedb93592682379f476745f370a58e",
        "sha256": "0ylp9sj7rixfsr2rfzyv6zzj5d77nlaia33hhk5yhkrzf0d32ygn",
        "type": "tarball",
        "url": "https://github.com/nixos/nixpkgs/archive/3e10c80821dedb93592682379f476745f370a58e.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    },
    "outlines": {
        "branch": "main",
        "description": "Generative Model Programming",
        "homepage": "https://normal-computing.github.io/outlines/",
        "owner": "normal-computing",
        "repo": "outlines",
        "rev": "0.0.8",
        "sha256": "1yvx5c5kplmr56nffqcb6ssjnmlikkaw32hxl6i4b607v3s0s6jv",
        "type": "tarball",
        "url": "https://github.com/normal-computing/outlines/archive/0.0.8.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    },
    "perscache": {
        "branch": "master",
        "description": "An easy to use decorator for persistent memoization: like `functools.lrucache`, but results can be saved in any format to any storage.",
        "homepage": null,
        "owner": "leshchenko1979",
        "repo": "perscache",
        "rev": "0.6.1",
        "sha256": "0j2775pjll4vw1wmxkjhnb5z6z83x5lhg89abj2d8ivd17n4rhjf",
        "type": "tarball",
        "url": "https://github.com/leshchenko1979/perscache/archive/0.6.1.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    },
    "radicale": {
        "branch": "master",
        "description": "A simple CalDAV (calendar) and CardDAV (contact) server.",
        "homepage": "https://radicale.org",
        "owner": "kozea",
        "repo": "radicale",
        "rev": "d7ce2f0b98589400b0e1718cfd7bb29b7ebeaebe",
        "sha256": "08himwwwikhnn4amqzgbbqq323xhfy7yf5vaqczkm2fw6h1s3skg",
        "type": "tarball",
        "url": "https://github.com/kozea/radicale/archive/d7ce2f0b98589400b0e1718cfd7bb29b7ebeaebe.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    },
    "regex-applicative": {
        "branch": "master",
        "description": "Regex-based parsing with applicative interface",
        "homepage": "",
        "owner": "feuerbach",
        "repo": "regex-applicative",
        "rev": "449519c38e65753345e9a008362c011cb7a0a4d9",
        "revision": "449519c38e65753345e9a008362c011cb7a0a4d9",
        "sha256": "1vdrhsjzij5dm7rn10sic5dv9574yb0lyhzfv9psh7b08dsj8g1k",
        "type": "tarball",
        "url": "https://github.com/feuerbach/regex-applicative/archive/449519c38e65753345e9a008362c011cb7a0a4d9.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
        "version": "0.3.4"
    },
    "servant-auth": {
        "branch": "master",
        "description": null,
        "homepage": null,
        "owner": "haskell-servant",
        "repo": "servant",
        "rev": "f0e2316895ee5fda52ba9d5b2b7e10f8a80a9019",
        "sha256": "0ndan9zxvg5zvrl42zvppc9vhbn5skgsyqyxp2v685h82lfz74ps",
        "type": "tarball",
        "url": "https://github.com/haskell-servant/servant/archive/f0e2316895ee5fda52ba9d5b2b7e10f8a80a9019.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz",
        "version": "0.4.0.0"
    }
}