./textproc/libcyaml, Schema-based YAML parsing and serialization

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.1, Package name: libcyaml-1.3.1, Maintainer: charlotte

LibCYAML is a C library for reading and writing structured YAML documents.
It is written in ISO C11 and licensed under the ISC license.


Required to run:
[textproc/libyaml]

Master sites:

Filesize: 83.599 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-22 12:44:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
libcyaml: update to 1.3.1.

## LibCYAML v1.3.1

* **Loading**:
  * Fixed value out-of-range detection limits for signed integers.

## LibCYAML v1.3.0

* **Saving**:
  * New flags allow control over scalar output style.
    - For example to force single or double quote style.
* **General**:
  * Buildsystem changes to allow use of CPPFLAGS from the environment.

## LibCYAML v1.2.1

* **General**:
  * Support for dynamic library build on Mac OS X.
  * Ordered designated initialisers in public header for C++ compatibility.
   2022-08-12 10:06:47 by Thomas Klausner | Files touched by this commit (1)
Log message:
libcyaml: fix path to itself
   2022-05-22 04:41:47 by Charlotte Koch | Files touched by this commit (1)
Log message:
libcyaml: Update MAINTAINER
   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
   2021-08-06 16:10:21 by Nia Alarie | Files touched by this commit (1)
Log message:
libcyaml: dependencies need libyaml to link
   2021-08-06 14:29:24 by Nia Alarie | Files touched by this commit (5)
Log message:
add textproc/libyaml - based on work by Charlotte Koch in wip

LibCYAML is a C library for reading and writing structured YAML documents.
It is written in ISO C11 and licensed under the ISC license.