Will there be an update to 0.6.1? How can I contribute?

Asked by Yunus

Hey there,

we will be using yaml-cpp for a scientific software project (in development). It would be great if the current version could be installed via `apt`.

Are there plans of updating this package? If not, could you point me to a description of how we could contribute? (Sorry, newbie here… :/)

Cheers,
Yunus

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu yaml-cpp Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

lsb_release -a; uname -a; apt-cache policy yaml-cpp

Thanks

Revision history for this message
Yunus (blsqr) said :
#2

# lsb_release -a; uname -a; apt-cache policy yaml-cpp
LSB Version: core-9.20160110ubuntu5-amd64:core-9.20160110ubuntu5-noarch:security-9.20160110ubuntu5-amd64:security-9.20160110ubuntu5-noarch
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
Linux 43c7e1365fde 4.9.60-linuxkit-aufs #1 SMP Mon Nov 6 16:00:12 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
N: Unable to locate package yaml-cpp

And comparable output on xenial (running both in a Docker container, apt-get update called)

I should have tried if the installation of 0.5.2 works at all; I thought if it is listed here it is part of the base repositories (universe etc.) anyway and would work straight away.

Do I have to allow that packages are downloaded from the development section?

Cheers

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

There are some PPAs
https://launchpad.net/ubuntu/+ppas?name_filter=yaml-cpp

Be sure to filter for Artful so you know the PPA has the package for your release.

If you report a bug and the bug and security fixes are significant then the package will be updated sooner rather than later.

Revision history for this message
Yunus (blsqr) said :
#4

Thanks actionparsnip, that solved my question.