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: ruby-uuidtools
Section: ruby
Priority: optional
Maintainer: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
libjs-jquery
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-uuidtools.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-uuidtools
Homepage: http://uuidtools.rubyforge.org/
XS-Ruby-Versions: all
Package: ruby-uuidtools
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: UUIDs generation library for Ruby
UUIDTools was designed to be a simple library for generating any
of the various types of UUIDs (or GUIDs if you prefer to call
them that). It conforms to RFC 4122 whenever possible.
Package: ruby-uuidtools-doc
Section: doc
Architecture: all
Depends: libjs-jquery,
${misc:Depends}
Suggests: doc-base
Description: UUIDs generation library for Ruby - documentation
UUIDTools was designed to be a simple library for generating any
of the various types of UUIDs (or GUIDs if you prefer to call
them that). It conforms to RFC 4122 whenever possible.
.
This is the Rdoc-generated documentation for the UUIDTools API.
|