File: control

package info (click to toggle)
ruby-fssm 0.2.10-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 364 kB
  • ctags: 214
  • sloc: ruby: 1,082; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,121 bytes parent folder | download | duplicates (2)
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
Source: ruby-fssm
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Micah Anderson <micah@debian.org>,
           Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb (>= 0.7.5~),
               rake,
               ruby-rspec (>= 2.4.0)
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-fssm.git
Vcs-Browser: https://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-fssm.git;a=summary
Homepage: https://github.com/ttilley/fssm
XS-Ruby-Versions: all

Package: ruby-fssm
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: ruby-rb-inotify [linux-any]
Description: Ruby library firing events when the state of monitored paths changes
 FFSM (File System State Monitor) keeps track of the state of any number of
 paths and will fire events when said state changes (create/update/delete).
 .
 FSSM  supports inotify on GNU/Linux and polling anywhere else.