File: control

package info (click to toggle)
yaml-cpp 0.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,280 kB
  • ctags: 25,685
  • sloc: cpp: 99,420; sh: 11,522; python: 4,865; ansic: 903; makefile: 509
file content (40 lines) | stat: -rw-r--r-- 1,299 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
32
33
34
35
36
37
38
39
40
Source: yaml-cpp
Maintainer: Lifeng Sun <lifongsun@gmail.com>
Uploaders: Andreas Tille <tille@debian.org>,
           Paul Novotny <paul@paulnovo.us>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 9),
               cmake,
               libboost-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/yaml-cpp.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/yaml-cpp.git
Homepage: https://github.com/jbeder/yaml-cpp

Package: libyaml-cpp0.5v5
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Conflicts: libyaml-cpp0.5
Replaces: libyaml-cpp0.5
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
Architecture: any
Section: libdevel
Depends: libyaml-cpp0.5v5 (= ${binary:Version}),
         libboost-dev,
         ${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.