File: control

package info (click to toggle)
libparser%2B%2B 0.2.3-2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 44 kB
  • ctags: 66
  • sloc: cpp: 237; makefile: 22
file content (16 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libparser++
Section: libdevel
Priority: extra
Maintainer: Simon Richter <sjr@debian.org>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.3

Package: libparser++-dev
Architecture: all
Depends: libboost1.38-dev | libboost1.37-dev | libboost1.35-dev | libboost-dev, ${misc:Depends}
Description: Generic parser base class for C++ (development files)
 This library provides a base class for parsers as well as an adapter to an
 iterator compatible interface.
 .
 A parser for Debian-style RFC822 messages is included, both as an example
 and as a working implementation.