libyaml icon indicating copy to clipboard operation
libyaml copied to clipboard

Canonical source repository for LibYAML

Results 116 libyaml issues
Sort by recently updated
recently updated
newest added

Original at https://github.com/vubiostat/r-yaml/issues/22 Per Tim Hesterberg: In C, the assert macro takes a boolean value, or something that can convert to a boolean value. At run time, if this value...

Problem: Downstream consumer of libyaml has some divergent formatting changes. Would prefer to use libyaml without modification. Possibly towards using system installed library: https://github.com/vubiostat/r-yaml/issues/102 It was felt important enough to...

In the current version (0.2.5) the emitter does not indent sequence elements for the block sequence style, e.g.: ```yaml foo: - hello - world ``` While correct, it is way...

A windows resource file (src/version.rc here) is used to describe various properties of executables and libraries on the windows os, and can also be used to add graphical resources (icons,...

Hi, I'd like YAML 1.2 support.

Rationale: ocaml-yaml bindings need to probe their size at compile time. For this reason, it vendors libyaml with a modified include file, which is not reasonable. See: https://github.com/avsm/ocaml-yaml/blob/master/vendor/README.md

Other users may also use pkgconfig in cmake.

file test.yml test: url: http://127.0.0.1:8080/test ---------- I do many times to try get test.url value, sometimes I got it, but sometimes the token.data.scalar.value="\0",but token.data.scalar.length=26, does somebody fixed it? And I...

Clang apparently doesn't implement strdup in the version of libc they ship. Instead they implement _strdup which is identical. This change just makes it so that on windows we just...