File: control

package info (click to toggle)
rust-json-event-parser 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 256 kB
  • sloc: python: 14; makefile: 2; sh: 1
file content (38 lines) | stat: -rw-r--r-- 1,308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: rust-json-event-parser
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-clap-4+default-dev,
 librust-tokio-1+io-util-dev,
 librust-tokio-1+macros-dev,
 librust-tokio-1+rt-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/rust-json-event-parser.git
Vcs-Browser: https://salsa.debian.org/debian/rust-json-event-parser
Homepage: https://github.com/oxigraph/json-event-parser
Rules-Requires-Root: no

Package: librust-json-event-parser-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-tokio-1+io-util-dev,
 ${misc:Depends},
Provides:
 librust-json-event-parser-0.2+async-tokio-dev (= ${binary:Version}),
 librust-json-event-parser-0.2+default-dev (= ${binary:Version}),
 librust-json-event-parser-0.2-dev (= ${binary:Version}),
 librust-json-event-parser-0.2.2-dev (= ${binary:Version}),
Description: JSON event parser and serializer - Rust source code
 JSON event parser
 is a simple streaming JSON parser and serializer implementation in Rust.
 .
 It does not aim
 to be the fastest or the more versatile JSON parser possible
 but to be an as simple as possible implementation.
 .
 This package contains the source for the Rust json-event-parser crate,
 for use with cargo.