File: control

package info (click to toggle)
gir-rust-code-generator 0.20.5-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,572 kB
  • sloc: python: 191; makefile: 29
file content (34 lines) | stat: -rw-r--r-- 1,451 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: gir-rust-code-generator
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Geiger <werdahias@debian.org>
Rules-Requires-Root: no
Build-Depends: cargo,
               debhelper-compat (= 13),
               dh-cargo,
               librust-bitflags-dev (>= 2.6),
               librust-env-logger-dev (>= 0.11),
               librust-fix-getters-rules-dev (>= 0.3.0),
               librust-getopts-dev (>= 0.2.21),
               librust-hprof-dev (>= 0.1),
               librust-log-dev (>= 0.4),
               librust-regex-dev (>= 1.10),
               librust-rustdoc-stripper-dev (>= 0.1.12),
               librust-toml-dev  (>= 0.8),
               librust-xml-rs-dev (>= 0.8),
               pandoc
Standards-Version: 4.7.0
Homepage: https://github.com/gtk-rs/gir
Vcs-Browser: https://salsa.debian.org/gnome-team/gir-rust-code-generator
Vcs-Git: https://salsa.debian.org/gnome-team/gir-rust-code-generator.git

Package: gir-rust-code-generator
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Generate rust source code from gir files
 GIR is a project that helps generate safe Rust bindings for GObject based
 libraries. The generated bindings consists of two parts: FFI
 (the unsafe 1:1 C API calls from Rust) and the safe high-level safe Rust API.
 .
 The executable is named gir. The usage is outlined in the docs.