File: control

package info (click to toggle)
bc-ur 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: cpp: 2,172; ansic: 738; sh: 339; makefile: 225
file content (22 lines) | stat: -rw-r--r-- 760 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
Source: bc-ur
Section: libdevel
Priority: optional
Maintainer: Debian Cryptocoin Team <team+cryptocoin@tracker.debian.org>
Uploaders: Bastian Germann <bage@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
Standards-Version: 4.7.0
Homepage: https://github.com/BlockchainCommons/bc-ur
Vcs-Browser: https://salsa.debian.org/cryptocoin-team/bc-ur
Vcs-Git: https://salsa.debian.org/cryptocoin-team/bc-ur.git

Package: libbc-ur-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
Description: Uniform resources reference library
 URs ("Uniform Resources") are a method for encoding structured binary data
 for transport in URIs and QR Codes. They are described in BCR-2020-005.
 This is the reference implementation in C++.