Codebase list rust-stfu8 / 83fea49
RFS: enum-as-inner kpcyrd 5 years ago
5 changed file(s) with 116 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4646 html5ever
4747 md-5
4848 errno-dragonfly
49 enum-as-inner
4950
5051 Delayed/problematic::
5152
0 rust-enum-as-inner (0.2.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package enum-as-inner 0.2.1 from crates.io using debcargo 2.2.10
3
4 -- kpcyrd <git@rxv.cc> Thu, 18 Apr 2019 21:35:24 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: enum-as-inner
2 Upstream-Contact: Benjamin Fry <benjaminfry@me.com>
3 Source: https://github.com/bluejekyll/enum-as-inner
4
5 Files: *
6 Copyright:
7 2015-2018 Benjamin Fry <benjaminfry@me.com>
8 2015-2018 The trust-dns Developers
9 2017 Google LLC.
10 License: MIT or Apache-2.0
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 or Apache-2.0
17
18 License: Apache-2.0
19 Debian systems provide the Apache 2.0 license in
20 /usr/share/common-licenses/Apache-2.0
21
22 License: MIT
23 Permission is hereby granted, free of charge, to any person obtaining a copy
24 of this software and associated documentation files (the "Software"), to deal
25 in the Software without restriction, including without limitation the rights
26 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27 copies of the Software, and to permit persons to whom the Software is
28 furnished to do so, subject to the following conditions:
29 .
30 The above copyright notice and this permission notice shall be included in all
31 copies or substantial portions of the Software.
32 .
33 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: enum-as-inner
2 Upstream-Contact: Benjamin Fry <benjaminfry@me.com>
3 Source: https://github.com/bluejekyll/enum-as-inner
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Benjamin Fry <benjaminfry@me.com>
7 License: MIT or Apache-2.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: ./LICENSE-MIT
15 Copyright:
16 2015 The trust-dns Developers
17 2017 Google LLC.
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: ./copyright.txt
24 Copyright: 2015-2018 Benjamin Fry <benjaminfry@me.com>
25 License: UNKNOWN-LICENSE; FIXME (overlay)
26 Comment:
27 FIXME (overlay): These notices are extracted from files. Please review them
28 before uploading to the archive.
29
30 Files: ./src/lib.rs
31 Copyright: 2015-2018 Benjamin Fry <benjaminfry@me.com>
32 License: UNKNOWN-LICENSE; FIXME (overlay)
33 Comment:
34 FIXME (overlay): These notices are extracted from files. Please review them
35 before uploading to the archive.
36
37 Files: debian/*
38 Copyright:
39 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
40 2019 kpcyrd <git@rxv.cc>
41 License: MIT or Apache-2.0
42
43 License: Apache-2.0
44 Debian systems provide the Apache 2.0 license in
45 /usr/share/common-licenses/Apache-2.0
46
47 License: MIT
48 Permission is hereby granted, free of charge, to any person obtaining a copy
49 of this software and associated documentation files (the "Software"), to deal
50 in the Software without restriction, including without limitation the rights
51 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
52 copies of the Software, and to permit persons to whom the Software is
53 furnished to do so, subject to the following conditions:
54 .
55 The above copyright notice and this permission notice shall be included in all
56 copies or substantial portions of the Software.
57 .
58 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
64 SOFTWARE.
0 overlay = "."
1 uploaders = ["kpcyrd <git@rxv.cc>"]
2
3 # The auto-generated summary is too long.
4 summary = "Proc-macro for inner field accessors on enums"