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
|
Source: ruby-activeldap
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>,
Deepak Tripathi <apenguinlinux@gmail.com>
Build-Depends: debhelper (>= 9~),
gem2deb,
libjs-jquery,
ruby-activemodel,
ruby-test-unit,
ruby-gettext
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-activeldap.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-activeldap
Homepage: https://activeldap.github.io/
XS-Ruby-Versions: all
Package: ruby-activeldap
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-activemodel,
ruby-activesupport,
ruby-builder,
ruby-gettext,
ruby-locale,
ruby-net-ldap (>= 0.9.13),
${misc:Depends}
Suggests: ruby-log4r (>= 1.0.4)
Description: ActiveLdap is a object-oriented API to LDAP
'ActiveLdap' is a ruby extension library which provides a clean
objected oriented interface to the Ruby/LDAP library. It was inspired
by ActiveRecord. This is not nearly as clean or as flexible as
ActiveRecord, but it is still trivial to define new objects and manipulate
them with minimal difficulty.
Package: ruby-activeldap-doc
Section: doc
Architecture: all
Depends: libjs-jquery,
${misc:Depends}
Suggests: doc-base
Description: ActiveLdap is a object-oriented API to LDAP -- API documentation
'ActiveLdap' is a ruby extension library which provides a clean
objected oriented interface to the Ruby/LDAP library. It was inspired
by ActiveRecord. This is not nearly as clean or as flexible as
ActiveRecord, but it is still trivial to define new objects and manipulate
them with minimal difficulty.
.
This is the Rdoc-generated documentation for ActiveLdap API.
|