File: control

package info (click to toggle)
rust-oxiri 0.2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: python: 284; makefile: 2; sh: 1
file content (34 lines) | stat: -rw-r--r-- 1,110 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-oxiri
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
 librust-serde-test-1+default-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/rust-oxiri.git
Vcs-Browser: https://salsa.debian.org/debian/rust-oxiri
Homepage: https://github.com/oxigraph/oxiri
Rules-Requires-Root: no

Package: librust-oxiri-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-serde-1+default-dev,
 ${misc:Depends},
Provides:
 librust-oxiri-0-dev (= ${binary:Version}),
 librust-oxiri-0.2+default-dev (= ${binary:Version}),
 librust-oxiri-0.2+serde-dev (= ${binary:Version}),
 librust-oxiri-0.2-dev (= ${binary:Version}),
 librust-oxiri-0.2.11-dev (= ${binary:Version}),
Description: validation and relative resolution of IRIs - Rust source code
 OxIRI is a simple and fast implementation of IRIs
 based on RFC 3987 <https://www.ietf.org/rfc/rfc3987.html>.
 .
 It allows zero stack allocation IRI validation and resolution.
 .
 This package contains the source for the Rust oxiri crate,
 for use with cargo.