File: control

package info (click to toggle)
ruby-buftok 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 108 kB
  • sloc: ruby: 71; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,069 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
Source: ruby-buftok
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: ruby
Priority: optional
Build-Depends: debhelper-compat (= 13), gem2deb
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-buftok
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-buftok.git
Homepage: https://github.com/sferik/buftok
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-buftok
Architecture: all
Depends: ${ruby:Depends}, ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: extracts token delimited entities from a sequence of arbitrary inputs
 Statefully split input data by a specifiable token
 .
 BufferedTokenizer takes a delimiter upon instantiation, or acts line-based by
 default.  It allows input to be spoon-fed from some outside source which
 receives arbitrary length datagrams which may-or-may-not contain the token by
 which entities are delimited.  In this respect it's ideally paired with
 something like EventMachine.