Codebase list rust-serde-xml-rs / f80cf65
RFS: simd kpcyrd 5 years ago
6 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
6868 futf
6969 lazy-static (update)
7070 spin
71 simd
7172
7273 Delayed/problematic::
7374
0 rust-simd (0.2.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package simd 0.2.2 from crates.io using debcargo 2.2.6
3
4 -- kpcyrd <git@rxv.cc> Sat, 25 Aug 2018 15:40:26 +0000
1010 Copyright:
1111 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2018 Sylvestre Ledru <sylvestre@debian.org>
13 2018 kpcyrd <git@rxv.cc>
1314 License: MIT or Apache-2.0
1415
1516 License: Apache-2.0
00 overlay = "."
1
2 # The auto-generated summary is too long.
3 summary = "Cross-platform access to SIMD instructions"
0 #!/usr/bin/make -f
1 include /usr/share/rustc/architecture.mk
2 %:
3 dh $@ --buildsystem cargo
4
5 # Upstream at this version requires nightly features :(
6 override_dh_auto_test:
7 export RUSTC_BOOTSTRAP=1; \
8 dh_auto_test
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo