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
|
Source: ruby-rinku
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@gmail.com>
Build-Depends: debhelper (>= 9~),
gem2deb,
ruby-test-unit
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-rinku.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rinku.git
Homepage: https://github.com/vmg/rinku
XS-Ruby-Versions: all
Package: ruby-rinku
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Suggests: ruby-rinku-doc
Description: autolinker for Ruby
Rinku is a Ruby library that does autolinking.
.
It parses text and turns anything that remotely resembles a link into an HTML
link, just like the Ruby on Rails `auto_link` method -- but it's about 20
times faster, because it's written in C, and it's about 20 times smarter when
linking, because it does actual parsing instead of RegEx replacements.
Package: ruby-rinku-doc
Section: doc
Architecture: all
Depends: libjs-jquery,
${misc:Depends}
Suggests: ruby-rinku
Description: autolinker for Ruby (documentation)
Rinku is a Ruby library that does autolinking.
.
It parses text and turns anything that remotely resembles a link into an HTML
link, just like the Ruby on Rails `auto_link` method -- but it's about 20
times faster, because it's written in C, and it's about 20 times smarter when
linking, because it does actual parsing instead of RegEx replacements.
.
This package contains the documentation for ruby-rinku.
|