File: control

package info (click to toggle)
golang-blackfriday 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 576 kB
  • sloc: makefile: 7
file content (37 lines) | stat: -rw-r--r-- 1,554 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
35
36
37
Source: golang-blackfriday
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>,
           Martín Ferrari <tincho@debian.org>,
           Anthony Fok <foka@debian.org>,
           Tim Potter <tpot@hpe.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any,
               golang-github-shurcool-sanitized-anchor-name-dev
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-blackfriday
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-blackfriday.git
Homepage: https://github.com/russross/blackfriday
XS-Go-Import-Path: github.com/russross/blackfriday

Package: golang-github-russross-blackfriday-dev
Architecture: all
Depends: golang-github-shurcool-sanitized-anchor-name-dev,
         ${misc:Depends}
Conflicts: golang-blackfriday-dev
Provides: golang-blackfriday-dev
Replaces: golang-blackfriday-dev
Description: Blackfriday: a markdown processor for Go
 Blackfriday (github.com/russross/blackfriday) is a Markdown processor
 implemented in Go. It is paranoid about its input (so you can safely feed it
 user-supplied data), it is fast, it supports common extensions (tables, smart
 punctuation substitutions, etc.), and it is safe for all utf-8 (unicode)
 input.
 .
 HTML output is currently supported, along with Smartypants extensions. An
 experimental LaTeX output engine is also included.
 .
 It started as a translation from C of upskirt.