Codebase list rust-subtle / 5a8d5e4
Packages ryu Wolfgang Silbermayr 5 years ago
5 changed file(s) with 153 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
5959 These packages (RFS) are prepared in the master branch and can be uploaded
6060 because all required dependencies are available in main::
6161
62 ryu
6263 serde (update)
6364 rustc-demangle (update)
6465 tar (update)
170171 utf8-ranges (update to 1.0.1 RFS)
171172 serde_derive (update to 1.0.79)
172173 syn (update to 0.15 - would work, but 0.14 still has deps)
174 serde-json (update to 1.0.30)
175 ryu (RFS)
176 no-panic (feature dep, not yet packaged)
177 syn (update to 0.15)
173178
174179
175180 All-features transitive dependencies of ripgrep
0 rust-ryu (0.2.6-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package ryu 0.2.6 from crates.io using debcargo 2.2.7
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Fri, 28 Sep 2018 21:24:32 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: ryu
2 Upstream-Contact: David Tolnay <dtolnay@gmail.com>
3 Source: https://github.com/dtolnay/ryu
4
5 Files: *
6 Copyright:
7 2018 David Tolnay <dtolnay@gmail.com>
8 2018 Ulf Adams
9 License: Apache-2.0 or BSL-1.0
10
11 Files: debian/*
12 Copyright:
13 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
15 License: Apache-2.0 or BSL-1.0
16
17 License: Apache-2.0
18 Debian systems provide the Apache 2.0 license in
19 /usr/share/common-licenses/Apache-2.0
20
21 License: BSL-1.0
22 Boost Software License - Version 1.0 - August 17th, 2003
23 .
24 Permission is hereby granted, free of charge, to any person or organization
25 obtaining a copy of the software and accompanying documentation covered by
26 this license (the "Software") to use, reproduce, display, distribute,
27 execute, and transmit the Software, and to prepare derivative works of the
28 Software, and to permit third-parties to whom the Software is furnished to
29 do so, all subject to the following:
30 .
31 The copyright notices in the Software and this entire statement, including
32 the above license grant, this restriction and the following disclaimer,
33 must be included in all copies of the Software, in whole or in part, and
34 all derivative works of the Software, unless such copies or derivative
35 works are solely in the form of machine-executable object code generated by
36 a source language processor.
37 .
38 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40 FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
41 SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
42 FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
43 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
44 DEALINGS IN THE SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: ryu
2 Upstream-Contact: David Tolnay <dtolnay@gmail.com>
3 Source: https://github.com/dtolnay/ryu
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS David Tolnay <dtolnay@gmail.com>
7 License: Apache-2.0 or BSL-1.0
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: ./src/common.rs
15 Copyright: 2018 Ulf Adams
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./src/d2s.rs
22 Copyright: 2018 Ulf Adams
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: ./src/d2s_full_table.rs
29 Copyright: 2018 Ulf Adams
30 License: UNKNOWN-LICENSE; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: ./src/d2s_intrinsics.rs
36 Copyright: 2018 Ulf Adams
37 License: UNKNOWN-LICENSE; FIXME (overlay)
38 Comment:
39 FIXME (overlay): These notices are extracted from files. Please review them
40 before uploading to the archive.
41
42 Files: ./src/d2s_small_table.rs
43 Copyright: 2018 Ulf Adams
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
49 Files: ./src/digit_table.rs
50 Copyright: 2018 Ulf Adams
51 License: UNKNOWN-LICENSE; FIXME (overlay)
52 Comment:
53 FIXME (overlay): These notices are extracted from files. Please review them
54 before uploading to the archive.
55
56 Files: ./src/f2s.rs
57 Copyright: 2018 Ulf Adams
58 License: UNKNOWN-LICENSE; FIXME (overlay)
59 Comment:
60 FIXME (overlay): These notices are extracted from files. Please review them
61 before uploading to the archive.
62
63 Files: ./tests/d2s_table_test.rs
64 Copyright: 2018 Ulf Adams
65 License: UNKNOWN-LICENSE; FIXME (overlay)
66 Comment:
67 FIXME (overlay): These notices are extracted from files. Please review them
68 before uploading to the archive.
69
70 Files: ./tests/d2s_test.rs
71 Copyright: 2018 Ulf Adams
72 License: UNKNOWN-LICENSE; FIXME (overlay)
73 Comment:
74 FIXME (overlay): These notices are extracted from files. Please review them
75 before uploading to the archive.
76
77 Files: ./tests/f2s_test.rs
78 Copyright: 2018 Ulf Adams
79 License: UNKNOWN-LICENSE; FIXME (overlay)
80 Comment:
81 FIXME (overlay): These notices are extracted from files. Please review them
82 before uploading to the archive.
83
84 Files: debian/*
85 Copyright:
86 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
87 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
88 License: Apache-2.0 or BSL-1.0
89
90 License: Apache-2.0
91 Debian systems provide the Apache 2.0 license in
92 /usr/share/common-licenses/Apache-2.0
93
94 License: BSL-1.0
95 FIXME (overlay): Unrecognized crate license, please find the full license text in the rest of the crate source code and copy-paste it here
0 overlay = "."
1 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]