Misc updates

This commit is contained in:
Yorhel 2020-05-30 10:12:37 +02:00
parent 02d3e7877e
commit 9133ec8eab
4 changed files with 30 additions and 2 deletions

View file

@ -102,6 +102,8 @@ Yxml is used in a few products. Let me know if I missed one.
- [getdns](https://getdnsapi.net/) uses it to parse DNSSEC trust anchor
metadata
([src](https://github.com/getdnsapi/getdns/blob/develop/src/anchor.c)).
- [Fuchsia](https://fuchsia.dev/) uses it to parse SVG images
([src](https://fuchsia.googlesource.com/fuchsia/+/refs/heads/master/src/graphics/lib/compute/svg/svg.c)).
- [ncdc](https://dev.yorhel.nl/ncdc) uses it to parse XML-encoded file lists
([src](https://g.blicky.net/ncdc.git/tree/src/fl_load.c)).
- [BTstack](https://github.com/bluekitchen/btstack/) - apparently Bluetooth
@ -110,6 +112,9 @@ Yxml is used in a few products. Let me know if I missed one.
([src](https://github.com/gllmflndn/gifti/blob/master/%40gifti/private/xml_parser.c)).
- [RetroArch](https://github.com/libretro/RetroArch)
([src](https://github.com/libretro/RetroArch/blob/master/libretro-common/formats/xml/rxml.c)).
- [Crank Software's Storyboard](https://www.cranksoftware.com/storyboard) uses it
to parse runtime configurations
([license](https://resources.cranksoftware.com/cranksoftware/v6.0.0/license/CrankStoryboardLicensing.html#idm45747345758896)).
## Comparison