File: control

package info (click to toggle)
ruby-markdown-it-html5-embed 1.0.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 64 kB
  • sloc: sh: 44; makefile: 14; ruby: 4
file content (26 lines) | stat: -rw-r--r-- 1,034 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
Source: ruby-markdown-it-html5-embed
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Naga Durga <vvndurga1007@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               libjs-markdown-it-html5-embed (>= 1.0.0+ds-6~)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-markdown-it-html5-embed.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-markdown-it-html5-embed
Homepage: https://github.com/cmrd-senya/markdown-it-html5-embed
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-markdown-it-html5-embed
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         libjs-markdown-it-html5-embed (>= 1.0.0+ds-6~),
         ${misc:Depends}
Description: Markdown-it plugin for embedding audio/video in the HTML5 way
 This is a plugin for markdown-it which adds support for embedding audio/video
 in the HTML5 way.
 .
 markdown-it is a markdown parser.