Codebase list rust-stfu8 / 95acba8
RFS: tokio-async-await kpcyrd 5 years ago
5 changed file(s) with 91 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
3333 because all required dependencies are available in main::
3434
3535 tokio-core
36 tokio-async-await
3637 nitrocli (update)
3738 sniffglue (update, fix ftbfs)
3839 iso8601 (update)
0 rust-tokio-async-await (0.1.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package tokio-async-await 0.1.5 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Fri, 1 Feb 2019 14:09:38 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: tokio-async-await
2 Upstream-Contact: Carl Lerche <me@carllerche.com>
3 Source: https://github.com/tokio-rs/tokio
4
5 Files: *
6 Copyright:
7 2018-2019 Carl Lerche <me@carllerche.com>
8 2019 Tokio Contributors
9 2016 futures-rs authors
10 License: MIT
11
12 Files: debian/*
13 Copyright:
14 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
15 2019 kpcyrd <git@rxv.cc>
16 License: MIT
17
18 License: MIT
19 Permission is hereby granted, free of charge, to any person obtaining a copy
20 of this software and associated documentation files (the "Software"), to deal
21 in the Software without restriction, including without limitation the rights
22 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23 copies of the Software, and to permit persons to whom the Software is
24 furnished to do so, subject to the following conditions:
25 .
26 The above copyright notice and this permission notice shall be included in all
27 copies or substantial portions of the Software.
28 .
29 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: tokio-async-await
2 Upstream-Contact: Carl Lerche <me@carllerche.com>
3 Source: https://github.com/tokio-rs/tokio
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Carl Lerche <me@carllerche.com>
7 License: MIT
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: ./LICENSE
15 Copyright:
16 2019 Tokio Contributors
17 2016 futures-rs authors
18 License: UNKNOWN-LICENSE; FIXME (overlay)
19 Comment:
20 FIXME (overlay): These notices are extracted from files. Please review them
21 before uploading to the archive.
22
23 Files: debian/*
24 Copyright:
25 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
26 2019 kpcyrd <git@rxv.cc>
27 License: MIT
28
29 License: MIT
30 Permission is hereby granted, free of charge, to any person obtaining a copy
31 of this software and associated documentation files (the "Software"), to deal
32 in the Software without restriction, including without limitation the rights
33 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34 copies of the Software, and to permit persons to whom the Software is
35 furnished to do so, subject to the following conditions:
36 .
37 The above copyright notice and this permission notice shall be included in all
38 copies or substantial portions of the Software.
39 .
40 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]