Path to this page:
./
textproc/libyaml,
YAML 1.1 parser and emitter written in C
Branch: CURRENT,
Version: 0.2.5,
Package name: libyaml-0.2.5,
Maintainer: pkgsrc-usersYAML is a data serialization language which is designed to be both
human readable and computationally powerful.
This C language implementation is developed by Kirill Simonov for Python
Software Foundation as a part of Google Summer of Code under the mentorship
of Clark Evans and released under the MIT license.
Master sites:
Filesize: 595.17 KB
Version history: (Expand)
- (2020-06-02) Updated to version: libyaml-0.2.5
- (2020-04-20) Updated to version: libyaml-0.2.4
- (2020-04-12) Updated to version: libyaml-0.2.3
- (2019-04-05) Updated to version: libyaml-0.2.2nb1
- (2019-04-01) Updated to version: libyaml-0.2.2
- (2018-07-06) Updated to version: libyaml-0.2.1
CVS history: (Expand)
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-06-02 10:28:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libyaml: updated to 0.2.5
0.2.5:
Allow question marks in plain scalars in flow collections
Emitter: Don't output trailing space for empty scalar nodes
Emitter: Output space after an alias mapping key
Add -h and --flow (on|off|keep) to run-*-test-suite
Remove unnecessary include and malloc
Add specific files back to .gitignore
Output error position in run-parser-test-suite.c
A couple patches to improve test suite support
|
2020-04-20 09:54:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libyaml: updated to 0.2.4
0.2.4:
Add packaging/docker-dist to Makefile.am
Fix logic for document end before directive
|
2020-04-12 12:57:33 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
libyaml: updated to 0.2.3
0.2.3:
* Fixed typo.
* Fix typo in comment
* Use pointer to const for strings that aren't/shouldn't be modified
* Squash a couple of warnings in example-deconstructor-alt
* Fix spelling for error message
* Make appveyor config be a hidden file
* Add CHANGES file
* Always output document end before directive (YAML 1.2 compatibility)
* Output document end marker after open ended scalars
* change cmake target name from libOFF.a to libyaml.a
* include/yaml.h: fix comments
* Fixed missing token in example
* Avoid recursion in the document loader.
* Support %YAML 1.2 directives
* Change dllexport controlling macro to use _WIN32
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-04-05 01:54:08 by Kamil Rytarowski | Files touched by this commit (2) |
Log message:
libyaml: Switch to the new distfile for the same version
Upstream informed that replaced the tarball for "good reasons".
PKGREVISION++
Noted by <zmcgrew>
|