authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 12:49:16 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 12:49:16 -07:00
log3ae26f4ac394ce20453239fdf4314e49e7cc4cfb
tree99ffae2fcf8c81e4a7cddf60e78e269fb057802a
parent9408f47cf5ebace4bc0931d7216b20f38563b45e

ziginfra README sync


1 files changed, 7 insertions(+), 9 deletions(-)

README.md+7-9
......@@ -1,13 +1,11 @@
11# zig-htmlentities
22
3HTML entity data for Zig.
4
5Soft-forked from [https://github.com/kivikakk/htmlentities.zig@9cc3600c53ae60565d839eaf93d5c519c21e27cc](https://github.com/kivikakk/htmlentities.zig/tree/9cc3600c53ae60565d839eaf93d5c519c21e27cc).
6
7## Built With
3![loc](https://sloc.xyz/github/nektro/zig-htmlentities)
4[![license](https://img.shields.io/github/license/nektro/zig-htmlentities.svg)](https://github.com/nektro/zig-htmlentities/blob/master/LICENSE)
5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
88
9- Zig 0.14.0
10
11## License
9HTML entity data for Zig.
1210
13MIT
11Forked from [https://github.com/kivikakk/htmlentities.zig@9cc3600c53ae60565d839eaf93d5c519c21e27cc](https://github.com/kivikakk/htmlentities.zig/tree/9cc3600c53ae60565d839eaf93d5c519c21e27cc).