File: control

package info (click to toggle)
dragonbox 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,148 kB
  • sloc: cpp: 8,752; ansic: 1,522; makefile: 18
file content (20 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: dragonbox
Priority: optional
Maintainer: Rene Engelhard <rene@debian.org>
Build-Depends: debhelper-compat (= 13), cmake
Standards-Version: 4.6.0
Section: libs
Homepage: https://github.com/jk-jeon/dragonbox
Vcs-Browser: https://salsa.debian.org/debian/dragonbox
Vcs-Git: https://salsa.debian.org/debian/dragonbox.git
Rules-Requires-Root: no

Package: libdragonbox-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Description: float-to-string conversion algorithm library
 Dragonbox is a float-to-string conversion algorithm based on the Schubfach
 algorithm.