File: control

package info (click to toggle)
yaml-cpp 0.3.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 696 kB
  • sloc: cpp: 10,571; ansic: 512; makefile: 34
file content (31 lines) | stat: -rw-r--r-- 985 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
30
31
Source: yaml-cpp
Section: devel
Priority: optional
Maintainer: Lifeng Sun <lifongsun@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), cmake
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/yaml-cpp/
Vcs-Svn: http://yaml-cpp.googlecode.com/svn

Package: libyaml-cpp0.3
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: YAML parser and emitter for C++
 yaml-cpp is a C++ library for parsing and emitting data in YAML 1.2, a
 human-readable data serialization format.
 .
 This package provides run-time library of yaml-cpp.

Package: libyaml-cpp-dev
Section: libdevel
Architecture: any
Depends: libyaml-cpp0.3 (= ${binary:Version}), ${misc:Depends}
Description: YAML parser and emitter for C++ - development files
 yaml-cpp is a C++ library for parsing and emitting data in YAML 1.2, a
 human-readable data serialization format.
 .
 This package provides development files of yaml-cpp.