Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / tools / cddl / gemset.nix
blobc1f1c64495e32105960a6f9ede93b6449d8ba8d1
2   abnc = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "13nvzrk72nj130fs8bq8q3cfm48939rdzh7l31ncj5c4969hrbig";
8       type = "gem";
9     };
10     version = "0.1.0";
11   };
12   cbor-diag = {
13     dependencies = ["json" "neatjson" "treetop"];
14     groups = ["default"];
15     platforms = [];
16     source = {
17       remotes = ["https://rubygems.org"];
18       sha256 = "0pd0k4malg1l7w3ck5glh9w0hrsvknk8rp32vrir74yww1g6yplv";
19       type = "gem";
20     };
21     version = "0.5.6";
22   };
23   cddl = {
24     dependencies = ["abnc" "cbor-diag" "colorize" "json" "regexp-examples"];
25     groups = ["default"];
26     platforms = [];
27     source = {
28       remotes = ["https://rubygems.org"];
29       sha256 = "16rmcrsxwx33pj25g1si0dhjdl2brfhy2vlpfwdb6qqkaikmzhpz";
30       type = "gem";
31     };
32     version = "0.8.9";
33   };
34   colorize = {
35     groups = ["default"];
36     platforms = [];
37     source = {
38       remotes = ["https://rubygems.org"];
39       sha256 = "133rqj85n400qk6g3dhf2bmfws34mak1wqihvh3bgy9jhajw580b";
40       type = "gem";
41     };
42     version = "0.8.1";
43   };
44   json = {
45     groups = ["default"];
46     platforms = [];
47     source = {
48       remotes = ["https://rubygems.org"];
49       sha256 = "0sx97bm9by389rbzv8r1f43h06xcz8vwi3h5jv074gvparql7lcx";
50       type = "gem";
51     };
52     version = "2.2.0";
53   };
54   neatjson = {
55     groups = ["default"];
56     platforms = [];
57     source = {
58       remotes = ["https://rubygems.org"];
59       sha256 = "0fa2v7b6433j0iqh5iq9r71v7a5xabgjvqwsbl21vcsac7vf3ncw";
60       type = "gem";
61     };
62     version = "0.9";
63   };
64   polyglot = {
65     groups = ["default"];
66     platforms = [];
67     source = {
68       remotes = ["https://rubygems.org"];
69       sha256 = "1bqnxwyip623d8pr29rg6m8r0hdg08fpr2yb74f46rn1wgsnxmjr";
70       type = "gem";
71     };
72     version = "0.3.5";
73   };
74   regexp-examples = {
75     groups = ["default"];
76     platforms = [];
77     source = {
78       remotes = ["https://rubygems.org"];
79       sha256 = "08s5d327i9dw5yjwv9vfss3qb7lwasjyc75wvh7vrdi5v4vm1y2k";
80       type = "gem";
81     };
82     version = "1.5.0";
83   };
84   treetop = {
85     dependencies = ["polyglot"];
86     groups = ["default"];
87     platforms = [];
88     source = {
89       remotes = ["https://rubygems.org"];
90       sha256 = "0g31pijhnv7z960sd09lckmw9h8rs3wmc8g4ihmppszxqm99zpv7";
91       type = "gem";
92     };
93     version = "1.6.10";
94   };