~ubuntu-branches/ubuntu/vivid/golang-yaml.v2/vivid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Sergio Schvezov
  • Date: 2015-02-25 09:31:29 UTC
  • Revision ID: package-import@ubuntu.com-20150225093129-y9jan7dy54sc9npd
Tags: 0.0~git20150225-0ubuntu1
Initial package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: golang-yaml.v2
 
2
Section: devel
 
3
Priority: extra
 
4
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Sergio Schvezov <sergio.schvezov@canonical.com>
 
6
Build-Depends: debhelper (>= 8.0.0),
 
7
               dh-golang,
 
8
               golang-go,
 
9
               golang-check.v1-dev,
 
10
Standards-Version: 3.9.6
 
11
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-yaml.v2.git
 
12
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-yaml.v2.git;a=summary
 
13
Homepage: https://github.com/go-yaml/yaml/tree/v2
 
14
 
 
15
Package: golang-yaml.v2-dev
 
16
Architecture: all
 
17
Depends: ${misc:Depends}
 
18
Description: YAML support for the Go language
 
19
 The yaml package enables Go programs to very comfortably encode and
 
20
 decode YAML values. It was developed within Canonical as part of the
 
21
 juju project, and is based on a pure Go port of the well-known libyaml
 
22
 C library to parse and generate YAML data quickly and reliably.
 
23
 .
 
24
 The yaml package supports most of YAML 1.1 and 1.2, including support for
 
25
 anchors, tags, map merging, etc. Multi-document unmarshalling is not yet
 
26
 implemented, and base-60 floats from YAML 1.1 are purposefully not supported
 
27
 since they're a poor design and are gone in YAML 1.2.