File: control

package info (click to toggle)
golang-github-niklasfasching-go-org 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 788 kB
  • sloc: sh: 142; makefile: 42
file content (52 lines) | stat: -rw-r--r-- 2,202 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
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: golang-github-niklasfasching-go-org
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.18~),
               golang-github-alecthomas-chroma-v2-dev (>= 2.5.0),
               golang-github-pmezard-go-difflib-dev,
               golang-golang-x-net-dev (>= 1:0.0+git20201224.6772e93)
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-niklasfasching-go-org
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-niklasfasching-go-org.git
Homepage: https://github.com/niklasfasching/go-org
XS-Go-Import-Path: github.com/niklasfasching/go-org

Package: golang-github-niklasfasching-go-org-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-alecthomas-chroma-v2-dev (>= 2.5.0),
         golang-github-pmezard-go-difflib-dev,
         golang-golang-x-net-dev (>= 1:0.0+git20201224.6772e93),
         ${misc:Depends}
Description: Org mode parser with HTML & pretty-printed Org rendering (Go library)
 github.com/niklasfasching/go-org an Org mode parser written in Go.
 .
 Take a look at https://niklasfasching.github.io/go-org/ for some examples
 and an online Org → HTML demo (Wasm based).
 .
 Please note that the goal for the HTML export is to produce sensible HTML
 output, not to exactly reproduce output the output of org-html-export.
 .
 This package contains the go-org Go library.

Package: go-org
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Static-Built-Using: ${misc:Static-Built-Using}
Description: Org mode parser with HTML & pretty-printed Org rendering (program)
 go-org is an Org mode parser written in Go.
 .
 Take a look at https://niklasfasching.github.io/go-org/ for some examples
 and an online Org → HTML demo (Wasm based).
 .
 Please note that the goal for the HTML export is to produce sensible HTML
 output, not to exactly reproduce output the output of org-html-export.
 .
 This package contains the go-org executable.