File: control

package info (click to toggle)
ruby-packetfu 1.1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,972 kB
  • ctags: 1,249
  • sloc: ruby: 7,714; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,107 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
29
Source: ruby-packetfu
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar@debian.org>
Build-Depends: debhelper (>= 9),
               gem2deb,
               rake,
               ruby-rspec (>= 3~),
               ruby-rspec-its,
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-packetfu.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-packetfu.git
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: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends},
         ieee-data,
         ruby-pcaprub (>= 0.12),
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.