File: control

package info (click to toggle)
ruby-gitlab-experiment 0.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: ruby: 1,202; makefile: 7
file content (30 lines) | stat: -rw-r--r-- 1,248 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
27
28
29
30
Source: ruby-gitlab-experiment
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-activesupport,
               ruby-request-store,
               ruby-scientist (>= 1.6~)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-gitlab-experiment
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-gitlab-experiment.git
Homepage: https://gitlab.com/gitlab-org/gitlab-experiment
Rules-Requires-Root: no

Package: ruby-gitlab-experiment
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: GitLab experiment library built on top of scientist
 This library allow one to run experiments as A/B/n tests and review the data
 the experiment generates. From that data, one can determine the best
 performing variant and promote it as the new default code path. Or revert back
 to the control if no variant outperformed it.
 .
 This library provides a clean and elegant DSL (domain specific language) to
 define, run, and track one's GitLab experiment.