Codebase list rust-safemem / e83e1b0
Package and RFS rand-pcg-0.1 Wolfgang Silbermayr 4 years ago
5 changed file(s) with 140 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
5151 rand_hc 0.1
5252 rand_isaac 0.1
5353 rand_jitter 0.1
54 rand_pcg 0.1
5455
5556 Delayed/problematic::
5657
0 rust-rand-pcg-0.1 (0.1.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package rand_pcg 0.1.2 from crates.io using debcargo 2.4.0
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sat, 20 Jul 2019 06:06:19 +0200
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rand_pcg
2 Upstream-Contact: The Rand Project Developers
3 Source: https://github.com/rust-random/small-rngs
4
5 Files: *
6 Copyright:
7 2014-2018 The Rand Project Developers
8 2014-2017 Melissa O'Neill and PCG Project contributors
9 License: MIT or Apache-2.0
10
11 Files: ./src/pcg128.rs
12 Copyright:
13 2018 Developers of the Rand project.
14 2017 Paul Dicker.
15 2014-2017 Melissa O'Neill and PCG Project contributors
16 License: MIT or Apache-2.0
17
18 Files: ./src/pcg64.rs
19 Copyright:
20 2018 Developers of the Rand project.
21 2017 Paul Dicker.
22 2014-2017 Melissa O'Neill and PCG Project contributors
23 License: MIT or Apache-2.0
24
25 Files: debian/*
26 Copyright:
27 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
29 License: MIT or Apache-2.0
30
31 License: Apache-2.0
32 Debian systems provide the Apache 2.0 license in
33 /usr/share/common-licenses/Apache-2.0
34
35 License: MIT
36 Permission is hereby granted, free of charge, to any person obtaining a copy
37 of this software and associated documentation files (the "Software"), to deal
38 in the Software without restriction, including without limitation the rights
39 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
40 copies of the Software, and to permit persons to whom the Software is
41 furnished to do so, subject to the following conditions:
42 .
43 The above copyright notice and this permission notice shall be included in all
44 copies or substantial portions of the Software.
45 .
46 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
49 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
50 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
51 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
52 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: rand_pcg
2 Upstream-Contact: The Rand Project Developers
3 Source: https://github.com/rust-random/rand
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS The Rand Project Developers
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 2014-2017 Melissa O'Neill and PCG Project contributors
17 2018 Developers of the Rand project
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: ./src/lib.rs
24 Copyright: 2018 Developers of the Rand project.
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/pcg128.rs
31 Copyright:
32 2018 Developers of the Rand project.
33 2017 Paul Dicker.
34 2014-2017 Melissa O'Neill and PCG Project contributors
35 License: UNKNOWN-LICENSE; FIXME (overlay)
36 Comment:
37 FIXME (overlay): These notices are extracted from files. Please review them
38 before uploading to the archive.
39
40 Files: ./src/pcg64.rs
41 Copyright:
42 2018 Developers of the Rand project.
43 2017 Paul Dicker.
44 2014-2017 Melissa O'Neill and PCG Project contributors
45 License: UNKNOWN-LICENSE; FIXME (overlay)
46 Comment:
47 FIXME (overlay): These notices are extracted from files. Please review them
48 before uploading to the archive.
49
50 Files: debian/*
51 Copyright:
52 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
53 2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
54 License: MIT or Apache-2.0
55
56 License: Apache-2.0
57 Debian systems provide the Apache 2.0 license in
58 /usr/share/common-licenses/Apache-2.0
59
60 License: MIT
61 Permission is hereby granted, free of charge, to any person obtaining a copy
62 of this software and associated documentation files (the "Software"), to deal
63 in the Software without restriction, including without limitation the rights
64 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
65 copies of the Software, and to permit persons to whom the Software is
66 furnished to do so, subject to the following conditions:
67 .
68 The above copyright notice and this permission notice shall be included in all
69 copies or substantial portions of the Software.
70 .
71 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
72 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
73 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
74 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
75 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
76 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
77 SOFTWARE.
0 semver_suffix = true
1 overlay = "."
2 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]