Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gshahbazian/SwiftGumbo
A Swift wrapper and CSS like query library for the gumbo-parser HTML library
https://github.com/gshahbazian/SwiftGumbo
Last synced: 12 days ago
JSON representation
A Swift wrapper and CSS like query library for the gumbo-parser HTML library
- Host: GitHub
- URL: https://github.com/gshahbazian/SwiftGumbo
- Owner: gshahbazian
- License: mit
- Created: 2020-03-01T20:33:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T18:04:35.000Z (9 months ago)
- Last Synced: 2024-08-01T19:45:51.235Z (3 months ago)
- Language: C
- Size: 288 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Swift](https://github.com/gshahbazian/SwiftGumbo/workflows/Swift/badge.svg)
# SwiftGumbo
A Swift wrapper and CSS like query library for the [gumbo-parser](https://github.com/google/gumbo-parser) HTML library. Query selection functionality is a Swift port of [lazytiger/gumbo-query](https://github.com/lazytiger/gumbo-query). See `SwiftGumboTests.swift` for supported selectors.
Source for gumbo-parser is the [lua-gumbo](https://github.com/craigbarnes/lua-gumbo) fork which contains several [bug fixes](https://github.com/craigbarnes/lua-gumbo/tree/0344e17eb0811583480151648ed307f79a8a38ac/lib).