Codebase list rust-stfu8 / 95026c4
RFS nom kpcyrd 4 years ago
6 changed file(s) with 7 addition(s) and 37 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-nom (4.2.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-nom (5.0.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package nom 4.2.3 from crates.io using debcargo 2.2.10
2 * Package nom 5.0.1 from crates.io using debcargo 2.4.0
33
4 -- kpcyrd <git@rxv.cc> Thu, 11 Jul 2019 17:33:14 +0000
4 -- kpcyrd <git@rxv.cc> Thu, 29 Aug 2019 01:20:35 +0200
55
66 rust-nom (4.0.0-1) unstable; urgency=medium
77
1212 the archive.
1313
1414 Files: ./LICENSE
15 Copyright: 2014-2018 Geoffroy Couprie
15 Copyright: 2014-2019 Geoffroy Couprie
1616 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
1818 FIXME (overlay): These notices are extracted from files. Please review them
22 "Emmanouil Kampitakis <info+debian@kampitakis.de>",
33 "kpcyrd <git@rxv.cc>",
44 ]
5
6 # The auto-generated summary is too long.
7 summary = "Byte-oriented, zero-copy, parser combinators"
+0
-1
src/nom/debian/patches/series less more
0 strip-benchmarks.patch
+0
-32
src/nom/debian/patches/strip-benchmarks.patch less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -92,29 +92,6 @@
3 [[test]]
4 name = "test1"
5
6 -[[bench]]
7 -name = "arithmetic"
8 -harness = false
9 -
10 -[[bench]]
11 -name = "http"
12 -harness = false
13 -
14 -[[bench]]
15 -name = "ini"
16 -harness = false
17 -
18 -[[bench]]
19 -name = "ini_complete"
20 -harness = false
21 -
22 -[[bench]]
23 -name = "ini_str"
24 -harness = false
25 -
26 -[[bench]]
27 -name = "json"
28 -harness = false
29 [dependencies.lazy_static]
30 version = "^1.0"
31 optional = true