File: control

package info (click to toggle)
rust-json-event-parser 0.2.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: python: 14; makefile: 2; sh: 1
file content (34 lines) | stat: -rw-r--r-- 1,182 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
Source: rust-json-event-parser
Section: rust
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-clap-dev,
 librust-tokio-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.3
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

Package: librust-json-event-parser-dev
Architecture: all
#Multi-Arch: foreign
Depends:
 librust-tokio-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.3-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.