File: control

package info (click to toggle)
ruby-packetfu 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,520 kB
  • sloc: ruby: 8,344; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,043 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
Source: ruby-packetfu
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-rspec,
               ruby-rspec-its
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-packetfu.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-packetfu
Homepage: https://github.com/todb/packetfu
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-packetfu
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ieee-data,
         ruby-pcaprub,
         ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: mid-level packet manipulation library for Ruby
 PacketFu is a library for reading and writing packets to an interface or to a
 libpcap-formatted file. This library can read, parse, and write network
 packets with the level of ease and fun expected from Ruby.