File: control

package info (click to toggle)
golang-github-johanneskaufmann-html-to-markdown 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,080 kB
  • sloc: makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,555 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: golang-github-johanneskaufmann-html-to-markdown
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-johanneskaufmann-dom-dev (>= 0.2.0),
               golang-github-sebdah-goldie-dev,
               golang-github-yuin-goldmark-dev,
               golang-golang-x-net-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-johanneskaufmann-html-to-markdown
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-johanneskaufmann-html-to-markdown.git
Homepage: https://github.com/JohannesKaufmann/html-to-markdown
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/JohannesKaufmann/html-to-markdown

Package: golang-github-johanneskaufmann-html-to-markdown-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-johanneskaufmann-dom-dev (>= 0.2.0),
         golang-github-sebdah-goldie-dev,
         golang-github-yuin-goldmark-dev,
         golang-golang-x-net-dev,
         ${misc:Depends}
Description: Convert HTML to Markdown (library)
 Convert HTML into Markdown with Go. It uses an HTML Parser to avoid
 the use of regexp as much as possible. That should prevent some weird
 cases and allows it to be used for cases where the input is totally
 unknown. It even works with entire websites and can be extended
 through rules.