File: control

package info (click to toggle)
transfuse 0.6.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 528 kB
  • sloc: cpp: 4,332; python: 12; makefile: 9; sh: 8
file content (28 lines) | stat: -rw-r--r-- 1,135 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
Source: transfuse
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@alioth-lists.debian.net>
Uploaders: Tino Didriksen <tino@didriksen.cc>,
           Kartik Mistry <kartik@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               libicu-dev,
               libsqlite3-dev,
               libxml2-dev,
               libxxhash-dev,
               libzip-dev,
               pkg-config
Standards-Version: 4.7.2
Homepage: https://github.com/TinoDidriksen/transfuse
Vcs-Git: https://salsa.debian.org/science-team/transfuse.git
Vcs-Browser: https://salsa.debian.org/science-team/transfuse
Rules-Requires-Root: no

Package: transfuse
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Runs formatted documents through transformations/translation
 Tool to take a document with nested inline complex formatting and extracts
 formatting into manageable spans, optionally send the resulting stream
 to a handler for transformation, inject the transformed stream back into
 the original document and turn the spans back into formatting.