xref: /openbsd-src/lib/libcbor/README.openbsd (revision f6aab3d83b51b91c24247ad2c2573574de475a82)
1This is an import of https://github.com/pjk/libcbor v0.10.0 with
2e308674c5d to fix https://github.com/PJK/libcbor/issues/259
3
4Apart from README.md and LICENSE.md, only the src/ directory has been
5imported.
6
7Note that the custom allocator feature (cbor_set_allocs()) has been
8disabled in this import and the allocation functions _cbor_malloc, etc.
9are #defined to the usual libc implementations.
10