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
|
Source: ruby-gollum-lib
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb,
ruby-gemojione (>= 3.2~),
ruby-github-markup (>= 1.6~),
ruby-gollum-rugged-adapter (>= 0.4.4.3~),
ruby-nokogiri (>= 1.6.4~),
ruby-rouge (>= 3.1~),
ruby-sanitize (>= 5.2~),
ruby-stringex (>= 2.6~),
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gollum-lib.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gollum-lib
Homepage: https://gitlab.com/gitlab-org/gollum-lib
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-gollum-lib
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-gemojione (>= 3.2~),
ruby-github-markup (>= 1.6~),
ruby-gollum-rugged-adapter (>= 0.4.4.3~),
ruby-nokogiri (>= 1.6.4~),
ruby-rouge (>= 3.1~),
ruby-sanitize (>= 5.2~),
ruby-stringex (>= 2.6~),
${misc:Depends},
${shlibs:Depends}
Description: simple, Git-powered wiki
A simple, Git-powered wiki with a sweet API and local frontend.
.
Gollum-lib is the Ruby API that allows you to retrieve raw or formatted wiki
content from a Git repository, write new content to the repository, and
collect various meta data about the wiki as a whole.
.
This package provides gitlab's fork of gollum-lib.
|